Botpress Cloud: Studio Interface
Event Debugger & Logs
Event Debugger
The Debugger helps identify errors at various stages of the conversational flow. At the bottom of the Studio, you will find the Event Debugger. The Event Debugger explains what the bot understood and why it made certain decisions. The Event Debugger also displays the entire event payload, such as NLU metadata, state, and raw responses.
Opening & Closing the Debugger
Press cmd/ctrl + j to toggle the Debugger (Bottom Panel)
Logs
Logs are where you will find additional debug information outputted by your custom code snippets (Hooks, Execute Code). Providing enough logging into our bot will help walk you through each step in the log and find out precisely what happened before the error.