The gap between “it failed” and “here’s why”
Most API debugging is a guessing game about what actually got sent. DevTools closes that gap: it captures your script output, every request the runtime made, and what each variable resolved to at send time.
Open DevTools
Click DevTools in the app footer and the panel docks to the bottom of the workspace, showing everything from the current session. Or open a request and use the Debug tab next to Body and Headers — same tool, scoped to that one request’s latest run.
Turn on resolved values
Headers and Payload carry a Show resolved values switch. Off, you see your request as authored.






