![]() |
|
Debug Mode? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Debug Mode? (/Thread-debug-mode) Pages:
1
2
|
Debug Mode? - MalStar1000 - 02-28-2014 Hey everyone, I'm working on a NSMBW mod and using Dolphin to take screenshots and such. I've heard of a 'Debug Mode', with features like the ability to view memory and the ASM code. However, it seems that it is only distributed in source, and I can't compile anything. Might someone here have a 32-bit version of Dolphin with Debug Mode? Thanks, ~MS1000 RE: Debug Mode? - ExtremeDude2 - 02-28-2014 All the dolphin builds have debug mode, I don't have it where I am ATM so maybe someone else can tell you how to enable it unless I get home first RE: Debug Mode? - MalStar1000 - 02-28-2014 (02-28-2014, 02:02 AM)ExtremeDude2 Wrote: All the dolphin builds have debug mode, I don't have it where I am ATM so maybe someone else can tell you how to enable it unless I get home first Okay thanks. Do I have to hold down a button or something while I boot Dolphin to activate it? RE: Debug Mode? - ExtremeDude2 - 02-28-2014 No, it is either an option or a launch setting, I forget RE: Debug Mode? - degasus - 02-28-2014 I don't know how to start it on windows, but on linux, it's: dolphin-emu -d So it's a launch setting RE: Debug Mode? - ExtremeDude2 - 02-28-2014 I believe it is the same in windows, just make a shortcut and at the end of the target put -d RE: Debug Mode? - MalStar1000 - 02-28-2014 (02-28-2014, 04:31 AM)ExtremeDude2 Wrote: I believe it is the same in windows, just make a shortcut and at the end of the target put -d This is kind of embarassing... but I don't know how to write the code. What I have now is: start C:\Users\Malcolm\Desktop\Modding Apps\Dolphin 4.0\dolphin-emu -d Is that correct? Whenever I try it it tells me it can't find the directory :\ RE: Debug Mode? - ExtremeDude2 - 02-28-2014 It should be (you need the quotes): "C:\Users\Malcolm\Desktop\Modding Apps\Dolphin 4.0\dolphin-emu" -d RE: Debug Mode? - mbc07 - 02-28-2014 If you're on Windows, I think you meant "C:\Users\Malcolm\Desktop\Modding Apps\Dolphin 4.0\Dolphin.exe" -d RE: Debug Mode? - lamedude - 02-28-2014 Shift right clicking inside the folder will show an open command window here. Type dolphin -d there. Enable tab autocomplete to make your life easier. |