Skip to content

Commit

Permalink
Retitle debuggers page and add GDB and LLDB links
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Aug 16, 2022
1 parent bf4b48c commit f9eae81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@
* [Control Flow](tutorials/basics/50_control_flow.md)
* [Methods](tutorials/basics/60_methods.md)
* [Debugging](tutorials/debugging/README.md)
* [Debugging Crystal Programs](tutorials/debugging/10_debuggers.md)
* [Debuggers](tutorials/debugging/10_debuggers.md)
* [Caveats](tutorials/debugging/20_caveats.md)
7 changes: 3 additions & 4 deletions docs/tutorials/debugging/10_debuggers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Debugging Crystal Programs
# Debuggers

## Tools

### GDB

### LLVM
* [GDB](https://www.sourceware.org/gdb/)
* [LLDB](https://lldb.llvm.org/)
2 changes: 1 addition & 1 deletion docs/tutorials/debugging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This course targets experienced Crystal programmers and discusses common tools a

Contents:

* [Debuggers](10_debuggers.md) – Introduction to common debugger tools compatible with Crystal
* [Debuggers](10_debuggers.md) – Introduction to common debugging tools compatible with Crystal
* [Caveats](20_caveats.md) – Gotchas and limitations when debugging Crystal code

0 comments on commit f9eae81

Please sign in to comment.