py65 icon indicating copy to clipboard operation
py65 copied to clipboard

Stop condition now checked on first instruction

Open sifferman opened this issue 2 years ago • 1 comments

When setting two breakpoints in a row, the second one would be skipped. Now, each one is run after another.

sifferman avatar Jul 29 '23 22:07 sifferman

It seems that the fix I have been using for myself doesn't work as well as I thought. Do you have opinions on this?

My issue is that, if goto is run on a BRK instruction, I would expect that execution would stop.

sifferman avatar Jul 30 '23 20:07 sifferman