aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/src/client.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-09-03 02:40:49 +0000
committerBlaž Hrastnik2021-09-03 02:43:11 +0000
commit42f9718f55b58283253b2be85818a0aa0d5e3596 (patch)
tree06fedd0953079702890f45c89231fd8587705e99 /helix-dap/src/client.rs
parent27c1b3f98b58edf690fda7caa2b14f34d6661598 (diff)
dap: Extract thread_picker, make pause explicitly select a thread
Diffstat (limited to 'helix-dap/src/client.rs')
-rw-r--r--helix-dap/src/client.rs1
1 files changed, 1 insertions, 0 deletions
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,