Open sifferman opened 1 year ago
When setting two breakpoints in a row, the second one would be skipped. Now, each one is run after another.
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.
BRK
When setting two breakpoints in a row, the second one would be skipped. Now, each one is run after another.