Function ctru_sys::svcDebugActiveProcess
source · pub unsafe extern "C" fn svcDebugActiveProcess(
debug: *mut Handle,
processId: u32_
) -> Result
Expand description
Creates a debug handle for an active process.
§Arguments
debug
(direction out) - Pointer to output the created debug handle to.processId
- ID of the process to debug.