Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9c2d5ee

Browse files
Merge pull request #2071 from montegoulding/bugfix-22137
[[ Bug 22137 ]] Fix conditional breakpoint evaluation
2 parents 763a723 + db8f273 commit 9c2d5ee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Toolset/libraries/revdebuggerlibrary.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,6 +2455,7 @@ on traceBreak pHandler, pLine
24552455
set the traceStack to the short name of __TargetStack(the long id of the target)
24562456
__UpdateScriptEditor tTarget, pHandler, pLine, "debug"
24572457
else
2458+
delete variable sLastBreakInfo
24582459
set the traceReturn to true
24592460
end if
24602461
end traceBreak

notes/bugfix-22137.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix issue causing conditional breakpoints in repeat loops to only be evaluated once

0 commit comments

Comments
 (0)