Function ctru_sys::svcGetProcessDebugEvent
source · pub unsafe extern "C" fn svcGetProcessDebugEvent(
info: *mut DebugEventInfo,
debug: Handle
) -> Result
Expand description
Gets the current debug event of a debugged process.
§Arguments
info
(direction out) - Pointer to output the debug event information to.debug
- Debug handle of the process.