13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
target remote localhost:2331
|
|
|
|
# Resetting enabled the code memory write protection. Therefore, do not
|
|
# reset for now.
|
|
# monitor reset
|
|
|
|
# *try* to stop at the user entry point (it might be gone due to inlining)
|
|
break main
|
|
|
|
load
|
|
|
|
continue
|