suspend_process

Suspend the running process
Tries to suspend the process. If successful, the PROCESS_SUSPENDED
debug event will arrive (see wait_for_next_event)
   arguments: none
returns: success
To resume a suspended process use the @hlpIdcDebEvents[wait_for_next_event] function.
See the important note to the step_into() function

success suspend_process();

Last updated

Was this helpful?