Hi,
I have a project in C# and visual studio 2022. The project uses a few scripts in python that are embedded in C# code using the Python.Net interface. I have used the application with several several different versions of python and wotkd perfectly.
I am looking a descrptive and usable way to be able to debug my python code while I am in C# code and debugging it. In other words to be able to break in python code from C# code.
With IronPython this was doable in Visual studio but I am not using IronPython anymore.
Thanks in advance.
IK