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
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users