Skip to content

Commit ad202b0

Browse files
committed
"continue" need to stop on an invalid line
1 parent e4ac512 commit ad202b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trepan/processor/command/continue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def run(self, args):
5858
)
5959
else:
6060
self.errmsg(f"Did not find stopping spot for: {' '.join(args[1:])}")
61+
return
6162
self.core.step_events = None # All events
6263
self.core.step_ignore = -1
6364
self.proc.continue_running = True # Break out of command read loop

0 commit comments

Comments
 (0)