aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-21 17:55:45 +0000
committerDmitry Sharshakov2021-08-21 17:55:45 +0000
commitf3e47bfee4d70cfc350035f29cc7e20b6ce725e8 (patch)
treee7e1b692923dd891e8edd9715497f0718defe135 /helix-term/src/application.rs
parent5230a2b6698ee4d8dc69a7855b046a887bfefcff (diff)
Disable continuing when running
Diffstat (limited to 'helix-term/src/application.rs')
-rw-r--r--helix-term/src/application.rs1
1 files changed, 1 insertions, 0 deletions
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