IronPython Script debugging

一世执手 提交于 2019-12-07 23:51:16

问题


I have a .NET application and there is an IronPython script tab-page. Scripts work properly, but I would strongly like to have a possibility to debug them right in the application and to toggle breakpoints.

Are there any solutions of this problem?


回答1:


You can find an IronPython debugger here and there is a series of blogs about creating it here.



来源:https://stackoverflow.com/questions/9648786/ironpython-script-debugging

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!