Back to X64dbg

GuiShowCpu

docs/developers/functions/gui/GuiShowCpu.md

2026.04.20290 B
Original Source

GuiShowCpu

Switches the focus and view of the GUI to the main disassembly window (CPU tab)

c++
void GuiShowCpu();

Parameters

This function has no parameters.

Return Value

This function does not return a value.

Example

c++
GuiShowCpu();