break main instead of break rustled::main
It didn't work for me with `rustled::`
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user