[Ironpython-users] Enable Unmanaged Debugging IronPython

Jeff Hardy jdhardy at gmail.com
Wed Jul 9 14:14:41 CEST 2014


Adding DinoV because this sounds more like a PTVS issue than an IronPython
issue - from the IronPython side there's nothing that should prevent it
from working AFAIK. IronPython in VS uses the normal managed debugger.

- Jeff


On Wed, Jul 9, 2014 at 12:04 AM, John DiMatteo <jdimatteo at gmail.com> wrote:

> 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 at python.org
> https://mail.python.org/mailman/listinfo/ironpython-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140709/76ca7292/attachment.html>


More information about the Ironpython-users mailing list