dap: Extract thread_picker, make pause explicitly select a thread

This commit is contained in:
Blaž Hrastnik 2021-09-03 11:40:49 +09:00
parent 27c1b3f98b
commit 42f9718f55
3 changed files with 46 additions and 45 deletions

View file

@ -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,