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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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