• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Problems building dolphin debugfast on mac

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!
 
Top Bottom