Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16424 > unrolled thread
| Started by | Fabio Zadrozny <fabiofz@gmail.com> |
|---|---|
| First post | 2011-11-30 07:48 -0200 |
| Last post | 2011-11-30 07:48 -0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Debug python from DLL callback? Fabio Zadrozny <fabiofz@gmail.com> - 2011-11-30 07:48 -0200
| From | Fabio Zadrozny <fabiofz@gmail.com> |
|---|---|
| Date | 2011-11-30 07:48 -0200 |
| Subject | Re: Debug python from DLL callback? |
| Message-ID | <mailman.3151.1322646523.27778.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web