TheGoodDoktor / 8BitAnalysers

MIT License
91 stars 15 forks source link

When setting a data breakpoint, Continue only does Step Into, not run. #11

Closed TheStruggleForAntiSpaghetti closed 11 months ago

TheStruggleForAntiSpaghetti commented 1 year ago

Hello,

When setting any data breakpoint, Continue only does Step Into, and no longer runs the game. When removing the data breakpoint, Continue runs the game again.

TheGoodDoktor commented 1 year ago

I've noticed that you have to press continue twice when it reads 16bit values. Is this what you're seeing? I think this happens because it does 2 reads. I'm not saying this isn't a bug (and I will fix it) I just want to make sure it's the only issue we're seeing.

TheStruggleForAntiSpaghetti commented 1 year ago

I just downloaded the latest May 7th version and it seems to be resolved :D