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?
You can find an IronPython debugger here and there is a series of blogs about creating it here.