Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16424 > unrolled thread

Re: Debug python from DLL callback?

Started byFabio Zadrozny <fabiofz@gmail.com>
First post2011-11-30 07:48 -0200
Last post2011-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.


Contents

  Re: Debug python from DLL callback? Fabio Zadrozny <fabiofz@gmail.com> - 2011-11-30 07:48 -0200

#16424 — Re: Debug python from DLL callback?

FromFabio Zadrozny <fabiofz@gmail.com>
Date2011-11-30 07:48 -0200
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web