ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello, thank you for your answer.
I run my executable with gdb in my bin path and i tested the roslaunch prefix. I always get this error. So i cant debug and cant set breakpoints.
No symbol table is loaded. Use the "file" command.
Anyone has an idea? I am using catkin build.
2 | No.2 Revision |
Hello, thank you for your answer.
I run my executable with gdb in my bin path and i tested the roslaunch prefix. I always get this error. So i cant debug and cant set breakpoints. it is working now
No symbol table is loaded. Use the "file" command.I forgot
Anyone has an idea? I am using catkin build. -DCMAKE_BUILD_TYPE=Debug
thank you for your help