[Ironpython-users] Enable Unmanaged Debugging IronPython

John DiMatteo jdimatteo at gmail.com
Wed Jul 9 01:04:28 CEST 2014


Hello,

While debugging, with an IronPython startup project, I'm trying to step
from IronPython to C# code to unmanaged C/C++ code.  Is this possible?

I am currently able to step from IronPython to C# when the startup project
is IronPython.  I'm also currently able to step from C# to unmanaged C/C++
code when the startup project is C#.  However, I am not able to step from
IronPython to C# to C++ when the startup project is IronPython.

Even though there was no relevant gui option I could find, I tried edited
the .pyproj file, changing the EnableUnmanagedDebugging field from "false"
to "true", but this did not have any noticeable impact.

I'm using Visual Studio 2010 and Microsoft Visual Studio 2010 (Version
10.0.40219.1 SP1Rel), Microsoft .NET Framework Version 4.5.50709 SP1Rel,
and Python Tools for Visual Studio 2.1.20620.00.

I would greatly appreciate any help in this, even if just to confirm it is
not possible so that I stop trying.

Regards,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140708/b7845cc7/attachment.html>


More information about the Ironpython-users mailing list