Back to X64dbg

GuiScriptSetIp

docs/developers/functions/gui/GuiScriptSetIp.md

2026.04.20316 B
Original Source

GuiScriptSetIp

Set the current line in the script view.

c++
void GuiScriptSetIp(int line);

Parameters

line The line number of the new current line.

Return Value

This function does not return a value.

Example

c++
GuiScriptSetIp(0);
  • List of related functions