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

2015-04-29 Thread Alain Cormier
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

Re: [Ironpython-users] WDB web debugger for IronPython

2015-04-29 Thread Kerray
Hi, it's been a while, but I've now again tried running the remote debugger https://github.com/Kozea/wdb client under IronPython. As J.Hardy wrote earlier, based on the stack trace I included: > Looks like one of the generator rewriters has a bug. I can't come up with a simple case to reproduce th