# Step over

```
 Action    name: ThreadStepOver
 
```

This command executes one assembler instruction at a time, stepping over procedures while executing them as a single unit.

Internally, in the case of a function call, IDA setups a temporary breakpoint on the instruction following this function call. See also

* [Step into](https://docs.hex-rays.com/9.0/user-guide/user-interface/menu-bar/debugger/process-control/step-into)
* [Run until return](https://docs.hex-rays.com/9.0/user-guide/user-interface/menu-bar/debugger/process-control/run-until-return)
* [Debugger submenu](https://docs.hex-rays.com/9.0/user-guide/user-interface/menu-bar/debugger).
