diff options
Diffstat (limited to 'helix-dap/src/client.rs')
-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, |