Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to debug "two-language" system?(Python vs C++)
How to debug "two-language" system? [message #1816916] Tue, 12 November 2019 02:34 Go to next message
Eclipse UserFriend
I want to write a program using two languages: Python as a high-level wrapper and C ++ for a small loaded computing kernel. In this case, Python should transfer data to C ++, and then get the result of work. How in this case organize debugging this "two-language" system?

Thank you in advance for your help.

p.s. where I can to ask Python questions?
Re: How to debug "two-language" system? [message #1817137 is a reply to message #1816916] Fri, 15 November 2019 19:44 Go to previous message
Eclipse UserFriend
You'll likely need a debugger that can handle both languages.
Here's one link on using GDB with python.

https://stackoverflow.com/questions/7412708/debugging-stepping-through-python-script-using-gdb

There are of course others. For example:
https://stackoverflow.com/questions/51537967/how-to-debug-python-script-in-c-level-using-gdb-give-me-a-simple-example-for-th

The python perspective might have something as well.
You could try here:
https://www.pydev.org/

[Updated on: Fri, 15 November 2019 19:52] by Moderator

Previous Topic:How to make "make" to print ONLY errors?
Next Topic:Indexer and Arduino headers
Goto Forum:
  


Current Time: Mon Jun 23 14:39:49 EDT 2025

Powered by FUDForum. Page generated in 0.20844 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top