Author: gclayton Date: Thu Aug 16 15:13:01 2018 New Revision: 339954 URL: http://llvm.org/viewvc/llvm-project?rev=339954&view=rev Log: Update the Core file loading instructions so they keep the process stopped after attaching to a core file.
Modified: lldb/trunk/tools/lldb-vscode/README.md Modified: lldb/trunk/tools/lldb-vscode/README.md URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-vscode/README.md?rev=339954&r1=339953&r2=339954&view=diff ============================================================================== --- lldb/trunk/tools/lldb-vscode/README.md (original) +++ lldb/trunk/tools/lldb-vscode/README.md Thu Aug 16 15:13:01 2018 @@ -190,5 +190,6 @@ Loading a core file can use the `"attach "type": "lldb-vscode", "request": "attach", "attachCommands": ["target create -c /path/to/123.core /path/to/executable"], + "stopOnEntry": false } ``` _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits