Load a PDX
playdate_loadLoad an existing PDX directory bundle directly into the Playdate Simulator without triggering a build. Specify the .pdx path, optionally with a process ID if multiple simulators run.
Instructions
Load an existing PDX directory bundle without running a build task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Positive Playdate Simulator process identifier when more than one is running. | |
| product_path | Yes | Path to an existing .pdx directory bundle. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | No | ||
| timedOut | No | ||
| errorCode | No | ||
| succeeded | Yes | ||
| termination | Yes |