Open yelsma opened 1 year ago
Unfortunately Microsoft removed their support for IronPython in VS 2022. That means if there's any hope of getting things working again someone will probably have to patch up debugpy
(which I think is what VS is using these days). Although they're also only supporting 3.7+ these days so it might be a tough sell to get them to support IronPython 3.4...
Description
I download IronPython 3.4 from here I'm using Visual Studio 2022 with python support. I can see IronPython is correctly recognized in the Python environments window:
but debug fails to run with the following error:
The program 'ipy32.exe' has exited with code 4294967295 (0xffffffff).
Note: I also tried with the IronPython nuget packet, it still doesn't work.
Steps to Reproduce
Versions
IronPython 3.4.0 (3.4.0.1000) [.NETCoreApp,Version=v6.0 on .NET 6.0.14 (64-bit)]