_plugin_debugpause

This function returns debugger control to the user. You would use this function when you write an unpacker that needs support from x64dbg (for example in development). Calling this function will set the debug state to ‘paused’ and it will not return until the user runs the debuggee using the run command .

void _plugin_debugpause();

参数

此函数无参数。

返回值

此函数不返回值。