dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

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

Closed blairmcg closed 9 months ago

blairmcg commented 9 months ago

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.