mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
316 B
316 B
GuiScriptSetIp
Set the current line in the script view.
void GuiScriptSetIp(int line);
Parameters
line The line number of the new current line.
Return Value
This function does not return a value.
Example
GuiScriptSetIp(0);
Related functions
- List of related functions