From 42f9718f55b58283253b2be85818a0aa0d5e3596 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 3 Sep 2021 11:40:49 +0900 Subject: dap: Extract thread_picker, make pause explicitly select a thread --- helix-dap/src/client.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-dap') diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index 9208db9d..90ddeb2f 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -80,6 +80,7 @@ impl Client { // breakpoints: HashMap::new(), stack_frames: HashMap::new(), + thread_states: HashMap::new(), thread_id: None, active_frame: None, is_running: false, -- cgit v1.2.3-70-g09d2