From b9797a7dd22a5aa7d401a7d37166e21fd810c235 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 15 Aug 2021 12:46:16 +0300 Subject: client: support tcp_process transport --- helix-dap/examples/dap-lldb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-dap/examples/dap-lldb.rs') diff --git a/helix-dap/examples/dap-lldb.rs b/helix-dap/examples/dap-lldb.rs index 6fe666b2..5e10ebed 100644 --- a/helix-dap/examples/dap-lldb.rs +++ b/helix-dap/examples/dap-lldb.rs @@ -35,7 +35,7 @@ pub async fn main() -> Result<()> { .apply() .expect("Failed to set up logging"); - let client = Client::tcp("127.0.0.1:7777".parse::().unwrap(), 0).await; + let client = Client::tcp_process("lldb-vscode", vec![], "-p {}", 0).await; println!("create: {:?}", client); let mut client = client?; -- cgit v1.2.3-70-g09d2