x64dbg/docs/commands/debug-control/eStepOver.md
2025-07-04 01:32:42 +02:00

330 B

eStepOver/estep/esto/est

Step over calls, passing all first-chance exceptions to the debuggee. When the instruction at EIP/RIP isn't a call, a eStepInto is performed.

arguments

[arg1] The number of steps to take. If not specified 1 is used.

result

This command does not set any result variables.