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

2016-07-19 Thread Denis Akhiyarov
; > > > Thanks anyway > > Ludovic > > > > > > *From:* PythonDotNet [mailto:pythondotnet-bounces+ludovic.pochon-guerin= > statkraft@python.org] *On Behalf Of *Denis Akhiyarov > *Sent:* 14. juni 2016 16:49 > *To:* A list for users and developers of Python f

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

2016-06-16 Thread Pochon-Guérin Ludovic
[mailto:pythondotnet-bounces+ludovic.pochon-guerin=statkraft@python.org] On Behalf Of Denis Akhiyarov Sent: 14. juni 2016 16:49 To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] Debugging .NET assembly from Python 3 I regularly debugging C# code called from python side

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

2016-06-14 Thread Denis Akhiyarov
2 > *To:* A list for users and developers of Python for .NET > *Subject:* Re: [Python.NET] Debugging .NET assembly from Python 3 > > > > There are many conversations (both codeplex and github) recorded in issue > tracker for PTVS about debugging pythonnet code. > > > &g

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

2016-06-14 Thread Pochon-Guérin Ludovic
[mailto:pythondotnet-bounces+ludovic.pochon-guerin=statkraft@python.org] On Behalf Of Denis Akhiyarov Sent: 8. juni 2016 08:32 To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] Debugging .NET assembly from Python 3 There are many conversations (both codeplex and github

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

2016-06-08 Thread Denis Akhiyarov
There are many conversations (both codeplex and github) recorded in issue tracker for PTVS about debugging pythonnet code. The starting point is to ensure that you are on .NET 4+, select manually managed, native, and python debugger engines. Also make sure that managed compatibility mode is not se

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

2016-06-07 Thread Pochon-Guérin Ludovic
Hi, Using Visual Studio 2015, I have a Python project and a C# DLL project. >From the Python code, I import and call functions from the C# class. When running in Debug, I am able to stop at breakpoints in the Python code, but not in the C# code. The debugger jumps over the calls as if no symbols