WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: Igglyboo on October 05, 2008, 10:10:09 PM

Title: Execute Breakpoint
Post by: Igglyboo on October 05, 2008, 10:10:09 PM
I am having trouble understanding what an execute breakpoint is.
I understand how read and write breakpoints work but not execute breakpoints.
Could someone explain how these work?
Title: Re: Execute Breakpoint
Post by: PizzaBoy on October 06, 2008, 02:55:29 AM
An execute breakpoint means "break when this spot in memory is ran as assembly."

If you have a line of assembly and stick its address into the breakpoint and set an execute breakpoint, it will break when that line runs.