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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user