Re: [Python.NET] Debugging .NET assembly from Python 3

2016-06-14 Thread Denis Akhiyarov
I regularly debugging C# code called from python side using pythonnet. So something is likely wrong in your settings. Here is how you set debugger engines (see picture in the comments): https://github.com/Microsoft/PTVS/issues/674 This mailing list is super-slowly approved for new messages. You m

Re: [Python.NET] Debugging .NET assembly from Python 3

2016-06-14 Thread Pochon-Guérin Ludovic
Thank you for your answer, I tried all of this without success. What do you mean by “select manually managed debugger”? Please can you clarify if it is possible to stop at breakpoints in C# code when called from Python code (using python dot net)? Thanks Ludovic From: PythonDotNet [mailto:p