IronLanguages / ironpython3

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Apache License 2.0
2.48k stars 287 forks source link

Debugging IronPython packages #1724

Closed pckistler closed 1 year ago

pckistler commented 1 year ago

I have written numerous scripts and packages with IronPython. In IP 2x, I was able to debug (in Visual Studio) my packages without any issues. However in IP 3x, I have lost that ability to debug packages. I am able to debug self contained scripts (one file) in both IP 2x and 3x. Any help would be greatly appreciated!