You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **Server Mode** | string | `False` | Run lldb-dap in server mode. When enabled, lldb-dap will start a background server that will be reused between debug sessions. This allows caching of debug symbols between sessions and improves launch performance.
382
+
| **Connection Timeout** | number | `0` | When running lldb-dap in server mode, the time in seconds to wait for new connections after the server has started and after all clients have disconnected. Each new connection will reset the timeout. When the timeout is reached, the server will be closed and the process will exit. Specifying non-positive values will cause the server to wait for new connections indefinitely.
383
+
384
+
To adjust your settings, open the Settings editor
385
+
via the `File > Preferences > Settings` menu or press `Ctrl+,` on Windows/Linux,
386
+
and the `VS Code > Settings... > Settings` menu or press `Cmd+,` on Mac.
387
+
375
388
## Contributing
376
389
377
390
`lldb-dap` and `lldb` are developed under the umbrella of the [LLVM project](https://llvm.org/).
0 commit comments