mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
dap: Extract thread_picker, make pause explicitly select a thread
This commit is contained in:
parent
27c1b3f98b
commit
42f9718f55
3 changed files with 46 additions and 45 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue