We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ac512 commit ad202b0Copy full SHA for ad202b0
trepan/processor/command/continue.py
@@ -58,6 +58,7 @@ def run(self, args):
58
)
59
else:
60
self.errmsg(f"Did not find stopping spot for: {' '.join(args[1:])}")
61
+ return
62
self.core.step_events = None # All events
63
self.core.step_ignore = -1
64
self.proc.continue_running = True # Break out of command read loop
0 commit comments