From 27c1b3f98b58edf690fda7caa2b14f34d6661598 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 3 Sep 2021 11:30:25 +0900 Subject: dap: Extract a thread_states map --- 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 72f7e12c..9208db9d 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -31,6 +31,7 @@ pub struct Client { pub breakpoints: HashMap>, // thread_id -> frames pub stack_frames: HashMap>, + pub thread_states: HashMap, pub thread_id: Option, /// Currently active frame for the current thread. pub active_frame: Option, -- cgit v1.2.3-70-g09d2