Skip to content

Debugger step over does not work after Debug/Continue (Ctrl+F5)#1222

Merged
blairmcg merged 6 commits into
masterfrom
blairmcg/debugstep
Dec 17, 2023
Merged

Debugger step over does not work after Debug/Continue (Ctrl+F5)#1222
blairmcg merged 6 commits into
masterfrom
blairmcg/debugstep

Conversation

@blairmcg

Copy link
Copy Markdown
Contributor

The breakWhen condition is left behind from the Debug/Continue, and prevents the debugger stopping on break instructions until cleared, e.g. by doing a single step. This bug is not new - present in D7.1 too.

MergesortAlgorithmTest>>testBigStringSort is intermittently slow in CI
Sometimes it is useful to dump extra tracing from a test case when
debugging it.
The breakWhen condition is left behind from the Debug/Continue, and
prevents the debugger stopping on break instructions until cleared, e.g.
by doing a single step. This bug is not new - present in D7.1
@blairmcg blairmcg merged commit 77d1047 into master Dec 17, 2023
@blairmcg blairmcg deleted the blairmcg/debugstep branch December 17, 2023 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant