08-18-2018, 06:42 PM
How to run Dolphin debug mode in Windows:
1. Go to the folder where Dolphin is found
2. Right click on the Dolphin application and click "Create Shortcut"
3. Right click on the new shortcut, and click properties
4. the "Target:" will be highlighted blue
5. Un-highlight and move the keyboard to the right of the quotations, which should end with Dolphin.exe"
6. Creat a space after the quote, and type: "-d"
The Targe should now look like: "C:\Users\Santoro\Desktop\Code Dev\Dolphin-x64\Dolphin.exe" -d
7. Click "Apply"
8. Click Ok
9. Run the shortcut, and Dolphin Debugger should come up.
10. Go to "View" (On the drop-down menu)
11. Select "Code", "Registers", and "BreakPoints"
12. Now, Run MKWii, and learn how to make Breakpoints, glance at some registers, and try to read some ASM.
Congrats
1. Go to the folder where Dolphin is found
2. Right click on the Dolphin application and click "Create Shortcut"
3. Right click on the new shortcut, and click properties
4. the "Target:" will be highlighted blue
5. Un-highlight and move the keyboard to the right of the quotations, which should end with Dolphin.exe"
6. Creat a space after the quote, and type: "-d"
The Targe should now look like: "C:\Users\Santoro\Desktop\Code Dev\Dolphin-x64\Dolphin.exe" -d
7. Click "Apply"
8. Click Ok
9. Run the shortcut, and Dolphin Debugger should come up.
10. Go to "View" (On the drop-down menu)
11. Select "Code", "Registers", and "BreakPoints"
12. Now, Run MKWii, and learn how to make Breakpoints, glance at some registers, and try to read some ASM.
Congrats