Debug Adapter Protocol
Fleeting- Référence externe : https://microsoft.github.io/debug-adapter-protocol/
- Référence externe : https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/
- Référence externe : https://microsoft.github.io/debug-adapter-protocol/implementors/tools/
types of console
- internalConsole (default): the debugee output is shown in the default debug console. (e.g. VS Code Debug Console). The program does not have access to stdin.
- integratedTerminal: The debugee will run in a terminal emulator integrated in IDE (e.g. VS Code Integrated Terminal) and have access to the usual terminal control codes and stdin/stdout/stderr.
- externalTerminal: The debugee runs in a separate console window outside of IDE
Notes pointant ici
- clk k8s and earthly in a local dev env (blog)
- dap-mode
- debug a python test using DAP and emacs
- debug golang dap dlv delve emacs
- debug node typescript dap emacs
- debugpy
- dlv dap does not support completion
- How do I skip external code when debugging in VS Code - Stack Overflow
- language server protocol
- literate sensible programming with LSP
- ms-vscode.js-debug
- ms-vscode.node-debug2