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).
2. when I debug a program and go to the "quit" menu item which is
connected to gtk.mainquit() the window just hangs. I have to
kill the application. but when running the same script from a
terminal, it quits without a problem. am I doing something
wrong?
I'm using pygtk 2.2.0 and python 2.3.3 on Debian(sid).
thanx
--
Haim
signature.asc
Description: This is a digitally signed message part
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
