C++ debugger for python/scintilla?

Neil Hodgson nhodgson at bigpond.net.au
Tue Nov 27 21:10:32 EST 2001


Jussi Jumppanen:

> The one problem I found was that for any of the Windows MS-DOS
> based system (ie Win 95,98,Me etc) I had to add this method to
> the pdb.py before any debug output was displayed.
>
>   # Added new method to flush buffers so Zeus can capture output
>   def postcmd(self, stop, line):
>      # flush the output buffers
>      sys.stdout.flush()
>      sys.stderr.flush()
>      return stop

   Did you know about the -u option for running Python in unbuffered mode?

   Neil






More information about the Python-list mailing list