--- a/README-passive-debugging.txt Thu May 12 19:56:12 2011 +0200 +++ b/README-passive-debugging.txt Fri May 13 17:53:54 2011 +0200 @@ -28,7 +28,13 @@ -t -- this enables tracing into the Python library -n -- this disables the redirection of stdin, stdout and stderr - + + -e -- this disables reporting of exceptions + + --fork-child -- this tells the debugger to follow the child when forking + + --fork-parent -- this tells the debugger to follow the parent when forking + The commandline parameters have to be followed by '--' (double dash), the script to be debugged and its commandline parameters.