pub async fn verify_dap_adapter_tcp(
path: &Path,
args: &[String],
) -> Result<VerifyResult>Expand description
Verify a TCP-based DAP adapter (like Delve) by spawning it with –listen and connecting via TCP to send the initialize request
pub async fn verify_dap_adapter_tcp(
path: &Path,
args: &[String],
) -> Result<VerifyResult>Verify a TCP-based DAP adapter (like Delve) by spawning it with –listen and connecting via TCP to send the initialize request