mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
19 lines
242 B
Plaintext
19 lines
242 B
Plaintext
set pagination off
|
|
target remote :3333
|
|
|
|
mon reset halt
|
|
maintenance flush register-cache
|
|
|
|
tb heap_trace_start
|
|
commands
|
|
mon esp sysview_mcore start file:///tmp/heap_log.svdat
|
|
c
|
|
end
|
|
|
|
tb heap_trace_stop
|
|
commands
|
|
mon esp sysview_mcore stop
|
|
end
|
|
|
|
c
|