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) fr
10:13 AM, Alain Cormier 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