ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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.