break main instead of break rustled::main

It didn't work for me with `rustled::`
This commit is contained in:
Roman Frołow
2019-12-30 12:11:59 +01:00
committed by GitHub
parent d16c5af8f7
commit bd34b10823

View File

@@ -157,9 +157,9 @@ set print asm-demangle on
# Load your program, breaks at entry
load
# (optional) Add breakpoint at function
break rustled::main
break main
# Continue with execution
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.