Debug console for the app builder
The app builder now includes a debug console to help you inspect your app, surface issues, and resolve them with the agent. Open it from the status bar at the bottom of the app builder.
The console has three tabs:
- Errors: Function, build, and frontend errors. Hover a row to add its context to the chat or ask the agent to fix it, or click Fix all to resolve every error at once.
- Logs: Logs emitted by the app or the agent, including function, build, frontend, sandbox, agent, and git events.
- Timeline: A record of function runs with the elapsed time and the success of each, useful for diagnosing performance issues.
The agent has access to the same information available to builders in the debug console. This enables the agent to disagnose and address issues more quickly, and it can write more performant functions.