Dolphin, the GameCube and Wii emulator - Forums

Full Version: Memory View
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

akumanova68

Suppose I use the cheat manager, is it possible to dump the memory address out? For example, I want to view the values within the memory address 0x12345678, is it possible to do so?
The debugger has this feature. Start dolphin with the -d parameter.

Code:
dolphin.exe -d

akumanova68

Thank you for your reply. I have another questions, once the -d options applied, the emulator runs slow, is that suppose to be run slow?

Besides, a new panel appears (the "Code" panel), it shows the memory & the instruction, but how do I look for (search for) a specific memory address? It has no scroll bar and no find function ... what can I do?


(02-09-2011, 02:16 PM)skid Wrote: [ -> ]The debugger has this feature. Start dolphin with the -d parameter.

Code:
dolphin.exe -d

In the memory tab, there is a small text box for you to type. Also you can dump the memory to a file and search for it using a hex editor. It is meant to be running slow because it is in debug mode.