mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
15 lines
326 B
ReStructuredText
15 lines
326 B
ReStructuredText
_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.
|