Python Forum
How to debug high-performance additives written in C ++ code?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to debug high-performance additives written in C ++ code?
#1
Python 3.7.5

To speed up my code, I decided to write a small C++ computing kernel and use this so-library from Python. But the question arises of debugging this "two-level" system: how can I use the IDE to get the transferred values from the python to C++ code, observe the change of variables and return the processed data to the Python?

Thank you in advance for your help.

p.s. I tried using Numba, Pypy and Cython, but they all didn't fit in for one reason or another.
Reply


Messages In This Thread
How to debug high-performance additives written in C ++ code? - by AlekseyPython - Nov-11-2019, 12:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  this message show up for me. cant debug notinhg here davidthomas 0 644 Jun-29-2023, 05:44 PM
Last Post: davidthomas
  Python performance Jacques 4 2,331 Jun-23-2020, 01:03 PM
Last Post: GaryNR
  steps to debug regular expressions Skaperen 3 1,850 Oct-22-2019, 10:04 PM
Last Post: Skaperen
  performance time Skaperen 2 2,250 Apr-13-2019, 08:29 PM
Last Post: Skaperen
  How in Eclipse recognize debug / run mode? AlekseyPython 1 2,233 Mar-21-2019, 08:26 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020