Back to X64dbg

skip

docs/commands/debug-control/skip.md

2026.04.20307 B
Original Source

skip

Skip the next instruction. This command swallows the current exception (if present). Useful if you want to continue after an INT3 command.

arguments

[arg1] The number of instructions to skip. If not specified 1 is used.

result

This command does not set any result variables.