John Anderson wrote: > Google says: > > It's possible to debug a single thread by importing wingdbstub instead > of initiating the debug process from the IDE. Debugging is then on > the thread that first does the import, although the usefulness of this > depends on how you're using threads in your code.
Thanks, that was news to me. Seems similar to the way the command line debugger can debug background threads. But its suboptimal, as I'd like to start debugging from the main thread and continue debugging in the background thread, and again return from there to the main thread. So, is there something we could put in RepositoryThread or something that would get us the full flexibility of thread debugging, like with Komodo and potentially with pydev? -- Heikki Toivonen
signature.asc
Description: OpenPGP digital signature
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
