diff options
author | Blaž Hrastnik | 2021-09-03 02:40:49 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-03 02:43:11 +0000 |
commit | 42f9718f55b58283253b2be85818a0aa0d5e3596 (patch) | |
tree | 06fedd0953079702890f45c89231fd8587705e99 /helix-dap | |
parent | 27c1b3f98b58edf690fda7caa2b14f34d6661598 (diff) |
dap: Extract thread_picker, make pause explicitly select a thread
Diffstat (limited to 'helix-dap')
-rw-r--r-- | helix-dap/src/client.rs | 1 |
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, |