Re: [Python.NET] Debugging CPYTHON embedded in .NET

2016-01-31 Thread Denis Akhiyarov
Tony, thank you for suggesting PyCharm. Although I found code refactoring much nicer in PyCharm than PTVS, the debugger has yet to match PTVS :) I have multiple open issues for PyCharm/PTVS debuggers: https://youtrack.jetbrains.com/issue/PY-16844 https://github.com/Microsoft/PTVS/issues/552 Any

Re: [Python.NET] Debugging CPYTHON embedded in .NET

2015-07-10 Thread Tony Roberts
Hi Denis, you can use the remote debugger in PyCharm to attach to your .NET process. It requires a small bit of python code in your application to make it connect to the PyCharm debug server, but it works very well. See the instructions here: http://blog.jetbrains.com/pycharm/2010/12/python-remot

[Python.NET] Debugging CPYTHON embedded in .NET

2015-07-09 Thread Denis Akhiyarov
Dear users and developers of PythonNET: How do you debug CPython embedded in . NET? Did you find any reliable way to do this with IDE such as PTVS or Pycharm? PTVS offers mixed-mode and remote debugging, none of which seem to be usable with PythonNET. Thanks, Denis _