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:
Greg Clayton 2018-08-16 22:13:01 +00:00
parent 75714b598d
commit ada3f77e44
1 changed files with 1 additions and 0 deletions

View File

@ -190,5 +190,6 @@ Loading a core file can use the `"attach"` request along with the
"type": "lldb-vscode",
"request": "attach",
"attachCommands": ["target create -c /path/to/123.core /path/to/executable"],
"stopOnEntry": false
}
```