From b997d2cdeb3abd62fdd3c809a69478bbdef8642e Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 3 Sep 2021 13:02:09 +0900 Subject: dap: Allow setting breakpoints before starting the adapter --- helix-dap/src/client.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'helix-dap') diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index ba13b96a..5d9916c9 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -27,8 +27,6 @@ pub struct Client { server_tx: UnboundedSender, request_counter: AtomicU64, pub caps: Option, - // - pub breakpoints: HashMap>, // thread_id -> frames pub stack_frames: HashMap>, pub thread_states: HashMap, @@ -77,7 +75,6 @@ impl Client { request_counter: AtomicU64::new(0), caps: None, // - breakpoints: HashMap::new(), stack_frames: HashMap::new(), thread_states: HashMap::new(), thread_id: None, -- cgit v1.2.3-70-g09d2