Note on debugging
Last updated
Last updated
© 2024 UI Bakery
Debugging is a vital part of the software development process. In UI bakery, debugging information can be accessed using an additional panel inside of your action. Here you can see the payload that has been sent to the UI bakery data source. Besides that, you can access additional debugging information in the Logs tab. It displays the history of action executions and its different lifecycle states. This can be useful if your action has several steps and uses the result or error mapper.
To give you an example of how it works, let's set an incorrect value for the filter we've configured in the previous step and see what happens when we try to execute the action. Now we get error messages both in the toasts and in the Logs tab. To fix it, we simply need to modify the value and set a correct one. When we try running the action now, it works as expected and the data is displayed correctly.