Update the Core file loading instructions so they keep the process stopped after...
authorGreg Clayton <gclayton@apple.com>
Thu, 16 Aug 2018 22:13:01 +0000 (22:13 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 16 Aug 2018 22:13:01 +0000 (22:13 +0000)
llvm-svn: 339954

lldb/tools/lldb-vscode/README.md

index 2e78681..0bebed3 100644 (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
 }
 ```