Debug python from DLL callback?

Fabio Zadrozny fabiofz at gmail.com
Wed Nov 30 04:48:19 EST 2011


On Wed, Nov 30, 2011 at 7:34 AM, Jason Veldicott
<jasonveldicott at gmail.com> wrote:
> Hi,
>
> I am wondering if anyone here might be able to suggest if there is a way of
> switching over from python execution into debug mode of an IDE, from python
> code that is executed as a callback from a C++ DLL?
>

Use a remote debugger: http://pydev.org/manual_adv_remote_debugger.html

Cheers,

Fabio



More information about the Python-list mailing list