PMDbg:LaunchAppDebug
Revision as of 06:08, 12 October 2015 by Steveice10 (talk | contribs) (Add description and note about queued processes.)
Request
Index Word | Description |
---|---|
0 | Header code [0x00010140] |
1-4 | ProgramInfo struct |
5 | Process launch flags (Internally ORed with 0x1) |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | N/A |
3 | Debug 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.