pub unsafe extern "C" fn PMDBG_LaunchAppDebug(
    outDebug: *mut Handle,
    programInfo: *const FS_ProgramInfo,
    launchFlags: u32_
) -> Result
Expand 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.