Skip to content

Commit

Permalink
Start GDB in text UI mode
Browse files Browse the repository at this point in the history
This is much more pleasant to debug with.
  • Loading branch information
hannobraun authored and mvertescher committed Jun 3, 2019
1 parent 1340364 commit 72500f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.thumbv7em-none-eabihf]
runner = 'arm-none-eabi-gdb -q -x openocd.gdb'
runner = "arm-none-eabi-gdb -q -tui -x openocd.gdb"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
Expand Down

0 comments on commit 72500f2

Please sign in to comment.