1target remote :3333
2
3mon reset halt
4flushregs
5
6b heap_trace_start
7commands
8clear heap_trace_start
9mon esp32 sysview start file://cpu0.svdat file://cpu1.svdat
10c
11end
12
13b heap_trace_stop
14commands
15clear heap_trace_stop
16mon esp32 sysview stop
17end
18
19c
20