Running rosrun with gdb
I am running this in ros:
rosrun object_recognition_capture upload -i final.bag -n 'example' example --commit
object_recognition_capture is a package and I want to run it with all these options. How can I run it with debuger, if there is any possible way to do it? The problem is that this system is c++/python hybrid. Called upload
program is a python code, but it calls c++ functions. So I can't use neither gdb nor pdb.