Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16424
| References | <CAK4NeTHE57nj_Ui-pAe_4KW+21v_vEh00+tixwURybsWiRw21A@mail.gmail.com> |
|---|---|
| From | Fabio Zadrozny <fabiofz@gmail.com> |
| Date | 2011-11-30 07:48 -0200 |
| Subject | Re: Debug python from DLL callback? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3151.1322646523.27778.python-list@python.org> (permalink) |
On Wed, Nov 30, 2011 at 7:34 AM, Jason Veldicott <jasonveldicott@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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Debug python from DLL callback? Fabio Zadrozny <fabiofz@gmail.com> - 2011-11-30 07:48 -0200
csiph-web