Expand description
Installation verification
Verifies that installed debuggers work correctly by sending DAP messages.
Structs§
- DapCapabilities
- DAP capabilities (subset)
- Verify
Result - Result of verifying a debugger installation
Functions§
- verify_
dap_ adapter - Verify a DAP adapter by sending initialize request
- verify_
dap_ adapter_ tcp - Verify a TCP-based DAP adapter (like Delve) by spawning it with –listen and connecting via TCP to send the initialize request
- verify_
executable - Simple executable check (just verifies the binary runs)