[Ironpython-users] PTVS "attach to process" can't see IP in embedded process

Alain Cormier alain at mcneel.com
Thu May 7 08:26:57 CEST 2015


Hi,

I'll check the PTVS forums.

I posted here because the fact that PTVS has no problems connecting to
ipy.exe makes me think that the problem is in how IronPython is embedded in
our app.

Thanks,
Alain

On Wed, May 6, 2015 at 10:13 AM, Jeff Hardy <jdhardy at gmail.com> wrote:

> On Wed, Apr 29, 2015 at 10:13 AM, Alain Cormier <alain at mcneel.com> wrote:
> > Hi everyone,
> >
> > I'm trying to get PTVS to a native app that embeds IP.
> >
> > My script starts with
> >    import ptvsd
> >    ptvsd.enable_attach(None)
> >
> > I have no problems attaching to ipy.exe if I run the script from there
> but
> > what do I need to do to make VS detect the embedded IP (Frames and
> Tracing
> > enabled) from my (native, c++) hosting app?
>
> Your best bet is probably to ask on the PTVS forums. I'm not sure how
> the PTVS debugger detects IronPython, or if it even does anything
> special (IronPython emits normal .NET debug information, so it might
> just hand it off to the .NET debugger).
>
> - Jeff
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20150507/fc4ba7d2/attachment.html>


More information about the Ironpython-users mailing list