开发者

Can you connect the Visual Studio debugger to IronPython Tools?

I use IronPython for a lot of debugging, and I usually attac开发者_如何学运维h my Visual Studio debugger to ipy.exe, then import and use a .NET assembly to step through my code. However, I find that the IronPython Interactive extension for VS2010 is more fully-featured than the ipy.exe shell, and I would like to know whether it is possible to attach the debugger to the extension. Thank you!


Right click on the project file (not the solution) Proprieties/ Debug. Then you should select "Standrad Python Louncher" for launch mode. It will use the ipy.exe, for interpeter, just you can debug easier. You sould make visible the "Python Debug Interactiv" from Debug menu

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜