File tree 4 files changed +20
-8
lines changed
4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 5
5
"demangle" :true ,
6
6
"postAttachCommands" :[
7
7
" set remote hardware-watchpoint-limit 2" ,
8
+ " monitor reset halt" ,
9
+ " thb setup"
10
+ ],
11
+ "overrideRestartCommands" :[
8
12
" monitor reset halt" ,
9
13
" flushregs" ,
10
- " thb setup" ,
11
14
" c"
12
15
]
13
16
}
Original file line number Diff line number Diff line change 3
3
"toolchainPrefix" :" riscv32-esp-elf" ,
4
4
"request" :" attach" ,
5
5
"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" :[]
9
12
}
Original file line number Diff line number Diff line change 5
5
"demangle" :true ,
6
6
"postAttachCommands" :[
7
7
" set remote hardware-watchpoint-limit 2" ,
8
+ " monitor reset halt" ,
9
+ " thb setup"
10
+ ],
11
+ "overrideRestartCommands" :[
8
12
" monitor reset halt" ,
9
13
" flushregs" ,
10
- " thb setup" ,
11
14
" c"
12
15
]
13
16
}
Original file line number Diff line number Diff line change 3
3
"toolchainPrefix" :" xtensa-esp32s3-elf" ,
4
4
"request" :" attach" ,
5
5
"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" :[]
9
12
}
You can’t perform that action at this time.
0 commit comments