How to debug with input from pipe
Hi,
I've just downloaded the latest eval and I'm trying to debug a script that's usually run like this:
dump -x | python test.py -y
with dump reading some realtime data and test.py outputting a processed form (for piping into another stage). Is it possible to setup the debugger so I can debug test.py using live data?
Ta
Andy
I've just downloaded the latest eval and I'm trying to debug a script that's usually run like this:
dump -x | python test.py -y
with dump reading some realtime data and test.py outputting a processed form (for piping into another stage). Is it possible to setup the debugger so I can debug test.py using live data?
Ta
Andy
Please sign in to leave a comment.