File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed
Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 55 "demangle" :true ,
66 "postAttachCommands" :[
77 " set remote hardware-watchpoint-limit 2" ,
8+ " monitor reset halt" ,
9+ " thb setup"
10+ ],
11+ "overrideRestartCommands" :[
812 " monitor reset halt" ,
913 " flushregs" ,
10- " thb setup" ,
1114 " c"
1215 ]
1316}
Original file line number Diff line number Diff line change 33 "toolchainPrefix" :" riscv32-esp-elf" ,
44 "request" :" attach" ,
55 "demangle" :true ,
6- "postAttachCommands" :[
7- " set remote hardware-watchpoint-limit 8"
8- ]
6+ "overrideAttachCommands" :[
7+ " set remote hardware-watchpoint-limit 8" ,
8+ " monitor reset" ,
9+ " monitor halt"
10+ ],
11+ "overrideRestartCommands" :[]
912}
Original file line number Diff line number Diff line change 55 "demangle" :true ,
66 "postAttachCommands" :[
77 " set remote hardware-watchpoint-limit 2" ,
8+ " monitor reset halt" ,
9+ " thb setup"
10+ ],
11+ "overrideRestartCommands" :[
812 " monitor reset halt" ,
913 " flushregs" ,
10- " thb setup" ,
1114 " c"
1215 ]
1316}
Original file line number Diff line number Diff line change 33 "toolchainPrefix" :" xtensa-esp32s3-elf" ,
44 "request" :" attach" ,
55 "demangle" :true ,
6- "postAttachCommands" :[
7- " set remote hardware-watchpoint-limit 2"
8- ]
6+ "overrideAttachCommands" :[
7+ " set remote hardware-watchpoint-limit 2" ,
8+ " monitor reset halt" ,
9+ " thb setup"
10+ ],
11+ "overrideRestartCommands" :[]
912}
You can’t perform that action at this time.
0 commit comments