
Hello guys, i'm having a problem with bp_set_mem...
i'm doing..
dbg.bp_set_mem(0x40138C, 1, description="test", handler=some_function)
but my mem BP is never hited...
i try this same thing (set bp mem at 40138c) and when a ran it, BAM!, the mem Bp was hited..
Somebody knows what can be ?