-
Notifications
You must be signed in to change notification settings - Fork 1
debug_python_bindings
Naveau edited this page Jan 20, 2021
·
1 revision
Once you nailed down that the Python code that you use is in fact a C++ binded code, the only thing that can help you is GDB.
Here is how to launch gdb on python while run your code:
gdb -ex r --args python <program_name>.py <arguments>
All our open source software are licensed against the BSD 3-clause license.
Copyright 2016-2020, New York University and Max Planck Gesellschaft.
- Home Page
- Contribute to the wiki
- Logo
- Introduction
- Our Codebase
- Build Our Codebase
- Build tools introduction
- Build chain tutorials
- Dependencies
- Building our software stack
- Troubleshooting
- Robot Tutorials
- Programming
- ODRI Robots
- MicroDrivers
- Solo12
- Bolt
- NYUFinger
- Kuka
- Debugging