mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-17 00:13:06 +03:00
14 lines
180 B
Plaintext
14 lines
180 B
Plaintext
set pagination off
|
|
target remote :3333
|
|
|
|
mon reset halt
|
|
maintenance flush register-cache
|
|
|
|
b app_main
|
|
commands
|
|
mon esp sysview_mcore start file:///tmp/sysview_example.svdat
|
|
c
|
|
end
|
|
|
|
c
|