From 986828e75c17662da39505c7190220b8c352bc8a Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 29 Aug 2021 23:28:31 +0900 Subject: dap: Remap keys, match current thread behavior from dap-mode, switch-thread --- helix-dap/src/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helix-dap') diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index 889ca89f..b0e43154 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -31,7 +31,7 @@ pub struct Client { pub breakpoints: HashMap>, // TODO: multiple threads support pub stack_pointer: Option, - pub stopped_thread: Option, + pub thread_id: Option, pub is_running: bool, } @@ -77,7 +77,7 @@ impl Client { // breakpoints: HashMap::new(), stack_pointer: None, - stopped_thread: None, + thread_id: None, is_running: false, }; -- cgit v1.2.3-70-g09d2