Debugger
Efficiently debug your Superblocks Applications using the Debugging Panel. Access a comprehensive list of errors and navigate directly to the frontend or backend code responsible for the error by clicking on the link provided in the error tab.
How to use the Debugger
The Debugger will indicated the number of detected errors via a red icon located next to the debugger-icon in the left-handed navigation bar:
Click on the debugger-icon to open the debugger panel. The errors detected in the Superblocks Application will be listed under the Errors tab:
Navigate to the frontend component or backend api causing the error by clicking the link in the error description:
Supported errors
Currently, the debugger supports "static errors" meaning all errors that are tied to an entity, like evaluation and validations errors for frontend components, or backend api execution errors:
- Validation errors
- Dependency errors
- Evaluation errors