Debugger Confusion

Christopher Arndt chris.arndt at web.de
Wed Jun 29 19:43:23 EDT 2005


Rex Eastbourne schrieb:
> Also, when I try running pdb in my Emacs shell, I get very weird
> behavior: for instance, I'll hit 'h' and enter twenty times with no
> output. Then, all of a sudden, twenty output messages will pop up.

That may be due to output buffering. Try running your script with
"python -u yourscript.py".

You have to figure out for yourself, how to do that from within emacs 
though.

HTH, Chris




More information about the Python-list mailing list