Skip to content

Commit 5ae3c79

Browse files
committed
fix for ghost breakpoint
1 parent a06da46 commit 5ae3c79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/source/pl/core/evaluator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ namespace pl::core {
957957
this->m_mainResult.reset();
958958
this->m_aborted = false;
959959
this->m_evaluated = false;
960+
this->m_shouldPauseNextLine = false;
960961

961962
this->setPatternColorPalette(DefaultPatternColorPalette);
962963

0 commit comments

Comments
 (0)