mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 05:55:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
target remote :3333
 | 
						|
 | 
						|
mon reset halt
 | 
						|
flushregs
 | 
						|
 | 
						|
b heap_trace_start
 | 
						|
commands
 | 
						|
clear heap_trace_start
 | 
						|
mon esp sysview start file://heap_log0.svdat file://heap_log1.svdat
 | 
						|
c
 | 
						|
end
 | 
						|
 | 
						|
b heap_trace_stop
 | 
						|
commands
 | 
						|
clear heap_trace_stop
 | 
						|
mon esp sysview stop
 | 
						|
end
 | 
						|
 | 
						|
c
 |