Daniel B - 2010-06-22

Hi,
I tryed to debug a file that reads from stdin. But it does not work.
How do I start the pydb in such a way that I can debug the script that handle the stdin.
I tried it in this way:
echo file | pydb script.py

Thanks!!!
Daniel