ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is offtopic.
But anyways: you can pass commandline arguments (this is what your question is about, right?) to an executable in gdb
using the --args
option. I.e. gdb --args executablename arg1 arg2 arg3
.