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 [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
