forked from OSchip/llvm-project
Update the Core file loading instructions so they keep the process stopped after attaching to a core file.
llvm-svn: 339954
This commit is contained in:
parent
75714b598d
commit
ada3f77e44
|
@ -190,5 +190,6 @@ Loading a core file can use the `"attach"` request along with the
|
||||||
"type": "lldb-vscode",
|
"type": "lldb-vscode",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"attachCommands": ["target create -c /path/to/123.core /path/to/executable"],
|
"attachCommands": ["target create -c /path/to/123.core /path/to/executable"],
|
||||||
|
"stopOnEntry": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue