Skip to content

Instantly share code, notes, and snippets.

@rpapallas
Created May 12, 2020 15:28
Show Gist options
  • Save rpapallas/182101b86731a6a7c07d161e6b266a19 to your computer and use it in GitHub Desktop.
Save rpapallas/182101b86731a6a7c07d161e6b266a19 to your computer and use it in GitHub Desktop.
rosrun with GDB or Valgrind
rosrun --prefix 'gdb -ex run --args' catkin_package_name [arguments...]
rosrun --prefix 'valgrind --leak-check=full' catkin_package_name [arguments...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment