Files
2026-07-13 13:04:25 +08:00

16 lines
341 B
Plaintext

set pagination off
target remote :3333
mon reset halt
maintenance flush register-cache
b app_main
commands
mon esp sysview start file:///tmp/sysview_example.svdat
# For dual-core mode uncomment the line below and comment the line above
# mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
c
end
c