Run to cursor (backwards)
This command backwards-executes instructions until the instruction under the cursor is reached.
Internally, IDA setups a temporary breakpoint on the instruction under the cursor, and backwards-resumes the process until it is hit.
See also Debugger submenu.
Last updated
Was this helpful?