ros2cli icon indicating copy to clipboard operation
ros2cli copied to clipboard

Add "debug" command

Open roncapat opened this issue 2 years ago • 3 comments

The debug command would be like the run or launch command, but instead of running the node directly, it runs inside gdb or any configured debugger.

Currently, whenever a node fails, I copy the full command line that is printed in the last line of logs, type gdb --args + the copied command line, and debug the node. But a proper ROS2 CLI tool would be awesome.

roncapat avatar Nov 10 '21 14:11 roncapat