PMDbg:LaunchAppDebug

PMDbg:LaunchAppDebug

Request #

Index WordDescription
0Header code [0x00010140]
1-4Program Info
5Process launch flags (Internally ORed with 0x1)

Response #

Index WordDescription
0Header code
1Result code
2N/A
3Debug handle for the launched process from svcDebugActiveProcess

Description #

This launches a title and opens a debug handle to its process. If a process is currently queued from launch flag 0x8, this will instead call and return the handle from RunQueuedProcess.

This returns result code 0xC8A05BF0 if an application is already running.