From ada3f77e4420d30e7bf39e215763a66e1ebdbe97 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 16 Aug 2018 22:13:01 +0000 Subject: [PATCH] Update the Core file loading instructions so they keep the process stopped after attaching to a core file. llvm-svn: 339954 --- lldb/tools/lldb-vscode/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/tools/lldb-vscode/README.md b/lldb/tools/lldb-vscode/README.md index 2e78681..0bebed3 100644 --- a/lldb/tools/lldb-vscode/README.md +++ b/lldb/tools/lldb-vscode/README.md @@ -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 } ``` -- 2.7.4