[Dev] Debugging Chandler threads with WingIDE?

Heikki Toivonen heikki at osafoundation.org
Fri Feb 10 13:29:42 PST 2006


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.osafoundation.org/pipermail/dev/attachments/20060210/ee81dc25/signature.pgp


More information about the Dev mailing list