[PyKDE] eric3 debugging docs?

Detlev Offenbach detlev at die-offenbachs.de
Sun Jan 9 16:11:37 GMT 2005


Am Dienstag, 4. Januar 2005 17:07 schrieb Alan Ezust:
> Are there some docs on how to use the multithreaded and/or remote
> debugger of eric3? URL?

All available documentation is included in the distribution. If you don't find 
it there, it doesn't exist because nobody has volunteered yet (list members 
hear that?). 

As to the multithreaded debugger, it is a variant of the debugger, that 
supports debugging of multithreaded applications. Just use it like the 
standard one. If you want to debug just a specific thread include a call to 
sys.breakpoint() at the beginning of this thread and it should stop. From 
there on you can use the standard debug actions. 

Remote debugging just means to start the debugger (once installed) on a remote 
host. This is done via a remote shell configurable on the debugger 
configuration page.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list