1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-23 23:19:20 +02:00

Fix line numbers in debugging example.

This commit is contained in:
Andrew Walbran 2023-03-20 14:32:23 +00:00
parent 6dd2a9f002
commit 3b02b09901

@ -27,9 +27,9 @@ gdb-multiarch target/thumbv7em-none-eabihf/debug/board_support --eval-command="t
In GDB, try running:
```gdb
b src/bin/board_support.rs:28
b src/bin/board_support.rs:29
b src/bin/board_support.rs:31
b src/bin/board_support.rs:30
b src/bin/board_support.rs:32
c
c
c