We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
handle shell error in example/snippet
fixup prev commit: `rust-lldb` script isn't DAP-aware and isn't compatible with `lldb-dap`
mention `rust-lldb`
configuration got renamed to configuration-settings-reference
Link to vscode-js-debug option docs
fix vscode-js-debug link
Updated Debug Adapter installation (markdown)
Add link to nluarepl
Add link to gdb dap docs
update delve exaple adapter config to enable remote atttach configurations
xdebug is currently using port 9003 instead of 9000: https://xdebug.org/docs/all_settings#client_port
Same quotes in the table
Added a simple example how to pass gdb set up to the native gdb adapter
Added attach and gdbserver example to gdb native adapter section
Update elixir instructions to reflect debugger -> debug_adapter script name change
added note for ui users as vscode-ccptools seems to be the only working solution for input in the ui
Godot: add missing "Debug with External Editor" checkbox hint
We should mention that the vscode-js-debug comes with 2 debugger executables, one is vscode specific and the other one is DAP compatible. This has been the source of a lot of confusion and I believe providing more details can improve that situation.
Remove godot launch_scene option. It apparently doesn't exist.
Adding link to new PowerShell debug adapter
Remove indentations in the OCaml earlybird configurations examples
Add docs for ocamlearlybird
Netcoredbg doesn't work on arm64 macs, added a note about compiling from source, and linked to my plugin with precompiled binaries as an alternative fix
Add keyval for stopping at the beginning for gdb 14+
Add nodejs installation prerequisite for bashdb