0

I have function imported from a DLL file using pythonnet:

I need to trace my function(in a C# DLL) with Python.

1 Answers1

0

you can hook a Visual Studio debugger to python.exe which runs your dll

willhyper
  • 96
  • 2
  • 5