# 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](https://docs.hex-rays.com/9.1/user-guide/user-interface/menu-bar/debugger).
