Fix gdb command

This commit is contained in:
Michael Droogleever Fortuyn
2019-11-30 20:48:44 +01:00
parent 4b6be8fb61
commit 254312a988

View File

@@ -71,7 +71,7 @@ available.
I mentioned that OpenOCD provides a GDB server so let's connect to that right now:
``` console
$ arm-none-eabi-gdb -q target/thumbv6m-none-eabi/debug/rustled
$ arm-none-eabi-gdb -q target/thumbv6m-none-eabi/debug/microrust-start
Reading symbols from target/thumbv6m-none-eabi/debug/rustled...done.
(gdb)
```
@@ -162,4 +162,4 @@ break rustled::main
continue
```
Now we can learn how to debug code on the micro:bit.
Now we can learn how to debug code on the micro:bit.