# source .gdb-dashboard set history save on set confirm off # find commit-hash using `rustc -Vv` set substitute-path /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54 /home/nicolas/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust target extended-remote :2331 load monitor reset monitor semihosting enable # monitor semihosting breakOnError # by default (1) output goes to Telnet client, 2 sends to GDB client, 3 would send to both monitor semihosting IOClient 3 #break led.rs:67 #continue #monitor swo enabletarget 0 0 1 0 # mon SWO EnableTarget 0 48000000 1875000 0 #continue # stepi