On Wed, Nov 30, 2011 at 7:34 AM, Jason Veldicott <jasonveldic...@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 -- http://mail.python.org/mailman/listinfo/python-list