We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updated Debug Adapter installation (markdown)
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
Update vscode-perl-debug (name, installation methods)
Fix typo
Adds correct kotlin-dap config for unit tests
Remove faullty kotlin test example
Adds intruction for kotlin-debug-adaptor
Add ansible/ansibug
Added Brightscript