Re: [Pydev-users] Enter Debug in Spawned Python Code

2009-07-22 Thread Fabio Zadrozny
It's possible to do it with the remote debugger (see: http://fabioz.com/pydev/manual_adv_remote_debugger.html ) Note that it's only available in pydev extensions. Cheers, Fabio On Wed, Jul 22, 2009 at 3:30 PM, Kenneth Loafman wrote: > I need to be able to enter debug in the module being spawned

[Pydev-users] Enter Debug in Spawned Python Code

2009-07-22 Thread Kenneth Loafman
I need to be able to enter debug in the module being spawned by a unit test. I can set a breakpoint in the unit test, but I can't quite see how to set a breakpoint in the spawned Python code. Is it possible to do this in PyDev? ...Thanks, ...Ken -