From 7d2d4ed4a86f28bfce8d2fda8a774701d80f5175 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Thu, 12 Aug 2021 19:35:55 +0300 Subject: dap: implement threads request --- helix-dap/examples/dap-basic.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-dap/examples') diff --git a/helix-dap/examples/dap-basic.rs b/helix-dap/examples/dap-basic.rs index 434f2eeb..cc05cd8e 100644 --- a/helix-dap/examples/dap-basic.rs +++ b/helix-dap/examples/dap-basic.rs @@ -42,6 +42,7 @@ pub async fn main() -> Result<()> { println!("configurationDone: {:?}", client.configuration_done().await); println!("stopped: {:?}", client.wait_for_stopped().await); + println!("threads: {:#?}", client.threads().await); println!("stack trace: {:#?}", client.stack_trace(1).await); let mut _in = String::new(); -- cgit v1.2.3-70-g09d2