问题
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