Skip to content

Document launch configuration options #1596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matthewbastien
Copy link
Member

Add launch configuration options to the debugger user docs.

The options between lldb-dap and CodeLLDB are every so slightly different. So, we will make a best effort to translate them where possible. For now the biggest discrepancy is that CodeLLDB uses "preTerminateCommands" for commands run when the debug session terminates, but lldb-dap simply uses "terminateCommands". There are some other options that CodeLLDB has that lldb-dap does not, but it's not really worth documenting since users can check out the CodeLLDB extension if they really want to use it instead.

Issue: #1509

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant