Execute Breakpoint

Started by Igglyboo, October 05, 2008, 10:10:09 PM

Previous topic - Next topic

Igglyboo

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?

PizzaBoy

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.