pub unsafe extern "C" fn PMDBG_LaunchAppDebug(
outDebug: *mut Handle,
programInfo: *const FS_ProgramInfo,
launchFlags: u32_,
) -> ResultExpand description
Enqueues an application for debug after setting cpuTime to 0, and returns a debug handle to it. If another process was enqueued, this just calls RunQueuedProcess instead.
ยงArguments
Pointer(direction out) - to output the debug handle to.programInfo- Program information of the title.launchFlags- Flags to launch the title with.