04-30-2011, 08:16 AM
Thanks for the help, it's much appreciated.
I have updated my Memory.mbrk file going by what you have said to-
And I know that my compiled Memory.class file sets useDebuggerMemory to true (it's disabled by default in the svn), but the emulator still isn't breaking on writes to that memory location.
I could honestly live without tracing, but breaking on memory read/writes would help me astronomical amounts.
I have updated my Memory.mbrk file going by what you have said to-
Code:
W 0x88941200
read|write|read8|write8|read16|write16|read32|write32
And I know that my compiled Memory.class file sets useDebuggerMemory to true (it's disabled by default in the svn), but the emulator still isn't breaking on writes to that memory location.
I could honestly live without tracing, but breaking on memory read/writes would help me astronomical amounts.