Enter Debug in Spawned Python Code

View: New views
2 Messages — Rating Filter:   Alert me  

Enter Debug in Spawned Python Code

by Kenneth Loafman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

Re: Enter Debug in Spawned Python Code

by Fabio Zadrozny-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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<kenneth@...> wrote:

> 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
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Pydev-users mailing list
> Pydev-users@...
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users