Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions spyder_kernels/customize/spyderpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def stop_here(self, frame):
if self.stopframe == self.botframe and self.stoplineno == -1:
return False
if self.continue_if_has_breakpoints and self.should_continue(frame):
self._wait_for_mainpyfile = False
self.set_continue()
return False
if (
Expand Down
Loading