Haim Ashkenazi wrote:

Hi

I have 2 questions about debugging pygtk applications:

1. Sometimes I want to test commands to see if they're correct
while I'm in gtk.mainloop (that is: nowhere in my code to put
breakpoints, just some test like win.hide(), etc...). in all the
debuggers I've tried (eric3, boa-constructor, wingide) I
couldn't do that because the program is busy. can I override
that? (I tried using the pygtkconsole.py from the tutorial, but
it behaves really strange - many times when I enter a command
like 'import' or 'print' it just hangs).


Try this program as an alternative to pygtkconsole.py:

http://www.moeraki.com/pygtktutorial/pygtk2tutorial/examples/gpython.py

I use it for trying things out. I added a link for it in the latest tutorial.

john

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to