I am currently trying to write an IDE with Debugger for IronPython in C#.
I can run the script and get the traceback, but I'm not yet able to pause the script (e.g. at a breakpoint).
Is there a possibility to do so? At least it seems that IronPythonStudio can do this.
Kind regards.