Re: Debugging multithreaded program using Eclipse/Pydev

2007-04-09 Thread John Henry
On Apr 7, 3:23 pm, Heikki Toivonen <[EMAIL PROTECTED]> wrote: > John Henry wrote: > >>From what I can gather, it appears the only *real* option I have is to > > debug under Eclipse/Pydev. I did a google search of this newsgroup > > and didn't turn up too many hits. Before I invest the time to lea

Re: Debugging multithreaded program using Eclipse/Pydev

2007-04-07 Thread Heikki Toivonen
John Henry wrote: >>From what I can gather, it appears the only *real* option I have is to > debug under Eclipse/Pydev. I did a google search of this newsgroup > and didn't turn up too many hits. Before I invest the time to learn > Eclipse/Pydev, I like to hear from somebody that have gone this p

Re: Debugging multithreaded program using Eclipse/Pydev

2007-04-07 Thread Ritesh Raj Sarraf
John Henry wrote: >>From what I can gather, it appears the only real option I have is to > debug under Eclipse/Pydev.  I did a google search of this newsgroup > and didn't turn up too many hits.  Before I invest the time to learn > Eclipse/Pydev, I like to hear from somebody that have gone this pa

Re: Debugging multithreaded program using Eclipse/Pydev

2007-04-06 Thread John Henry
On Apr 6, 1:33 pm, Michael Bentley <[EMAIL PROTECTED]> wrote: > On Apr 6, 2007, at 2:32 PM, John Henry wrote: > > > I am back against the wall trying to migrate my multithreaded > > application from Python 2.3 to 2.5. The part of the code that's > > failing has to do with queues (2.3 queues and 2

Re: Debugging multithreaded program using Eclipse/Pydev

2007-04-06 Thread Michael Bentley
On Apr 6, 2007, at 2:32 PM, John Henry wrote: > I am back against the wall trying to migrate my multithreaded > application from Python 2.3 to 2.5. The part of the code that's > failing has to do with queues (2.3 queues and 2.5 queues are not the > same). Since WingIDE doesn't support multith