;
>
>
> 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
[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
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
[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
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
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