From 507a1f8dd6a7f88b979a09532a14a10eda72867b Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 6 Sep 2021 08:47:54 +0300 Subject: Get breakpoint reports from debugger --- helix-dap/src/client.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-dap') diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index e1791cd1..e5f8feb9 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -33,6 +33,7 @@ pub struct Client { pub thread_id: Option, /// Currently active frame for the current thread. pub active_frame: Option, + pub breakpoints: Vec, } impl Client { @@ -80,6 +81,7 @@ impl Client { thread_states: HashMap::new(), thread_id: None, active_frame: None, + breakpoints: vec![], }; tokio::spawn(Self::recv(server_rx, client_rx)); -- cgit v1.2.3-70-g09d2