Skip to content

Commit

Permalink
Fix link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 21, 2024
1 parent 8fa027f commit bc38ec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ Additional notes

From experience, it might be better to use meaningful logs for the real-time context (with caution) or to add additional debug state interfaces (or publishers in the case of a controller).

However, running the controller_manager and your plugin with gdb can still be very useful for debugging errors such as segfaults, as you can gather a full ``backtrace``.
However, running the controller_manager and your plugin with gdb can still be very useful for debugging errors such as segfaults, as you can gather a full backtrace.

References
***********

* [ROS2 and GDB](https://juraph.com/miscellaneous/ros2_and_gdb/)
* [Using GDB to debug a plugin](https://stackoverflow.com/questions/10919832/how-to-use-gdb-to-debug-a-plugin)
* [GDB CLI Tutorial](https://www.cs.umd.edu/~srhuang/teaching/cmsc212/gdb-tutorial-handout.pdf)
* `ROS 2 and GDB <https://juraph.com/miscellaneous/ros2_and_gdb/>`_
* `Using GDB to debug a plugin <https://stackoverflow.com/questions/10919832/how-to-use-gdb-to-debug-a-plugin>`_
* `GDB CLI Tutorial <https://www.cs.umd.edu/~srhuang/teaching/cmsc212/gdb-tutorial-handout.pdf>`_

0 comments on commit bc38ec2

Please sign in to comment.