Even with exact match unchecked it won't break
I've had this happen a few times over the years and now I'm finally asking, what's going on with this?
Are you sure you're not setting a read/write breakpoint on something that the Starlet is touching? (I/O, such as fb)
no what is fb?
By FB I mean Frame Buffer
I wouldn't know
Exact match is actually less likely to hit a breakpoint because it checks alignment.
Breakpoints only happen if the PPC is writing to the memory. If something else writes to memory, like Starlet, the breakpoint won't trigger.
I think it might also be the case that write breakpoints which occur during an interrupt won't be hit.
Oh wow I meant to say unchecked