pub unsafe extern "C" fn svcContinueDebugEvent(
    debug: Handle,
    flags: DebugFlags
) -> Result
Expand description

Continues the current debug event of a debugged process (not necessarily the same as svcGetProcessDebugEvent).

§Arguments

  • debug - Debug handle of the process.
  • flags - Flags to continue with, see DebugFlags.