Debugging mixed Python and C++ -- possible?

Mike Rovner mike at bindkey.com
Wed Jan 22 20:49:12 EST 2003


"Carl Bevil" <carl_bevil at yahoo.com> wrote in message
news:CFN376434482471181 at news.mindspring.com...
>
> In this situation, what do people here suggest?  The debugger will run on
a
> Windows machine, but needs to debug Python code running on a device
elsewhere
> on the network.  I think it probably will have to be able to attach to an
> already running process, and will have to deal with the interpreter being
> embedded in another application.

I used WingIDE to remote debug Python code inside C app on Solaris from
Windows.
Worked just fine.

> Am I expecting too much?

Not at all ;)

Mike








More information about the Python-list mailing list