Skip to content

Debug Runs

Click Debug runs in the app editor toolbar to open a drawer listing every run of the app’s runnables, so you can find a failed execution and drill into exactly what happened without leaving the editor.

The drawer lists runs across the app rather than one component at a time, which makes it the fastest way to spot a failure and open its job details — the same job view you’d get from the Jobs page, but scoped to this app.

If the app itself won’t load or initialize — rather than one runnable failing — open the Troubleshoot Panel instead. It surfaces app-level problems (a bad component, a broken connection) that Debug runs won’t catch, since Debug runs only shows runs that actually started.