Back to X64dbg

_plugin_waituntilpaused

docs/developers/plugins/API/waituntilpaused.rst

2026.04.20325 B
Original Source

_plugin_waituntilpaused

Wait until the debugger paused.

::

bool _plugin_waituntilpaused();

Parameters

This function does not have any arguments.

Return Values

This command returns true if the debuggee is still active, returns false if the debuggee has stopped running.