<div dir="ltr">Hi,<div><br></div><div>I'll check the PTVS forums.</div><div><br></div><div>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.</div><div><br></div><div>Thanks,</div><div>Alain</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 6, 2015 at 10:13 AM, Jeff Hardy <span dir="ltr"><<a href="mailto:jdhardy@gmail.com" target="_blank">jdhardy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Apr 29, 2015 at 10:13 AM, Alain Cormier <<a href="mailto:alain@mcneel.com">alain@mcneel.com</a>> wrote:<br>
> Hi everyone,<br>
><br>
> I'm trying to get PTVS to a native app that embeds IP.<br>
><br>
> My script starts with<br>
>    import ptvsd<br>
>    ptvsd.enable_attach(None)<br>
><br>
> I have no problems attaching to ipy.exe if I run the script from there but<br>
> what do I need to do to make VS detect the embedded IP (Frames and Tracing<br>
> enabled) from my (native, c++) hosting app?<br>
<br>
</div></div>Your best bet is probably to ask on the PTVS forums. I'm not sure how<br>
the PTVS debugger detects IronPython, or if it even does anything<br>
special (IronPython emits normal .NET debug information, so it might<br>
just hand it off to the .NET debugger).<br>
<span class="HOEnZb"><font color="#888888"><br>
- Jeff<br>
</font></span></blockquote></div><br></div>