diff options
Diffstat (limited to 'helix-term/src/application.rs')
-rw-r--r-- | helix-term/src/application.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |