Skip to content

Commit bc38ec2

Browse files
Fix link syntax
1 parent 8fa027f commit bc38ec2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/debugging.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ Additional notes
7171

7272
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).
7373

74-
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``.
74+
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.
7575

7676
References
7777
***********
7878

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

0 commit comments

Comments
 (0)