MyNameIsNotMario
Smash Rookie
- Joined
- Jun 26, 2014
- Messages
- 1
I am trying to build dolphin for debugfast so I can use the memory check breakpoints feature on my mac. I need this to find some assembly code that modifies a memory address in brawl. I managed to successfully build it for debugfast but the memory check button does not show up. I have tried the following cmake commands while in the Build directory:
cmake -DDEBUGFAST=ON ..
cmake -D_DEBUG=ON ..
cmake -DFASTLOG=ON ..
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
and I also tried mixing some of the flags together. As I mentioned before, a couple of these built correctly when i ran the make command, but the MC button was not in the breakpoints tab. Any idea what I am doing wrong? Thanks in advance!
cmake -DDEBUGFAST=ON ..
cmake -D_DEBUG=ON ..
cmake -DFASTLOG=ON ..
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
and I also tried mixing some of the flags together. As I mentioned before, a couple of these built correctly when i ran the make command, but the MC button was not in the breakpoints tab. Any idea what I am doing wrong? Thanks in advance!