typos: Fix typos in codelldb & gdb daps
This commit is contained in:
parent
1b91f3de41
commit
6dae5a1fcd
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ impl DebugAdapter for CodeLldbDebugAdapter {
|
|||
},
|
||||
"stopOnEntry": {
|
||||
"type": "boolean",
|
||||
"description": "Automatically stop debuggee after launch",
|
||||
"description": "Automatically stop debugger after launch",
|
||||
"default": false
|
||||
},
|
||||
"initCommands": {
|
||||
|
|
|
@ -109,7 +109,7 @@ impl DebugAdapter for GdbDebugAdapter {
|
|||
},
|
||||
"stopOnEntry": {
|
||||
"type": "boolean",
|
||||
"description": "When true, GDB will set a temporary breakpoint at the program's first instruction, like the 'starti' command.",
|
||||
"description": "When true, GDB will set a temporary breakpoint at the program's first instruction, like the 'start' command.",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue