How to support debug in IronPython in .NET software
Hailiang Shen
Hello all, our .NET program supports IronPython scripting. We are trying to support debugging (e.g. set break point, step into, step over, run to breakpoint). A script can get/set data in the .NET program. The script is run in the same thread as our script editor UI. I have a few questions as below:
Are there other items we should pay attention to support debugging?
Thank you!
Hailiang
|
|
László Frank
Hello, I am also developing a .Net based debugger and code reflector for IronPython so I would find interesting the "offical" answer. Till that time, as a starting point you may want to look at this article, my debugger code is mostly based on that. Regards, Laszlo
On Thu, Aug 8, 2019 at 8:15 PM Hailiang Shen <hailiang@...> wrote:
|
|