diff options
-rw-r--r-- | lldb/tools/lldb-vscode/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/lldb-vscode/README.md b/lldb/tools/lldb-vscode/README.md index 2e786816bf0..0bebed3697c 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 } ``` |