From f3e47bfee4d70cfc350035f29cc7e20b6ce725e8 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sat, 21 Aug 2021 20:55:45 +0300 Subject: Disable continuing when running --- 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 d65610ef..a9aafad2 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -195,6 +195,7 @@ impl Application { Payload::Event(ev) => { match &ev.event[..] { "stopped" => { + debugger.is_running = false; let main = debugger .threads() .await -- cgit v1.2.3-70-g09d2