[Lldb-commits] [lldb] [lldb-dap] Support vscode launch URLs (PR #125843)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 11:01:26 PST 2025
================
@@ -174,6 +174,20 @@ The default hostname being used `localhost`.
}
```
+### Launching via `vscode://` URIs
+
+Debugging sessions can also be starting using special URIs.
+
+The `vscode://llvm-vs-code-extensions.lldb-dap/launch/config?config={launch-config}`
+URI accepts a [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding)
+JSON launch config.
+
+This is useful, e.g., to integrate with custom scripts which start debugging
+sessions. The URIs might be printed to the terminal, potentially using
----------------
JDevlieghere wrote:
```suggestion
This is useful for integration with custom scripts to start debugging
sessions. The URI might be printed to the terminal, potentially using
```
https://github.com/llvm/llvm-project/pull/125843
More information about the lldb-commits
mailing list