From d93cd2a2611b3305293274f8fb590a01d4b99584 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 22 Aug 2021 11:16:11 +0300 Subject: editor: support stepIn, stepOut, next and pause commands --- helix-term/src/application.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/src/application.rs') diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 0f0a9ae5..6e3b6e99 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -276,6 +276,7 @@ impl Application { if let Some(main) = main { let (bt, _) = debugger.stack_trace(main.id).await.unwrap(); debugger.stack_pointer = bt.get(0).cloned(); + debugger.stopped_thread = Some(main.id); } let scope = match thread_id { -- cgit v1.2.3-70-g09d2