defold_run
Build and launch a Defold project with the debug bridge enabled for playtesting. Use skip_build to relaunch the last build instantly.
Instructions
Build the target project with the debug bridge enabled and launch it (windowed, detached). Returns when the bridge answers (~30-90s with a build). Pass skip_build=true to relaunch the last build fast. If a bridged game is already running, stop it first with defold_stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Registered project to target. | |
| skip_build | No | Skip the build; launch the existing build output (default false) |