Skip to main content

Module verifier

Module verifier 

Source
Expand description

Installation verification

Verifies that installed debuggers work correctly by sending DAP messages.

Structs§

DapCapabilities
DAP capabilities (subset)
VerifyResult
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)