Chapter 12: Debugging and Troubleshooting Mobile and Reactive Web Apps
Often, despite the OutSystems platform aiding in the reduction of errors, we get unexpected behaviors in our applications and we need to find out what is going wrong.
Applications are composed of client-side code and server-side code, and in the case of anomalous behavior or errors at runtime, we may need to troubleshoot one or both contexts.
To perform this analysis, we can analyze logs in Service Center and use the debugger in Service Studio or use browser tools.
In order to allow a solid understanding of these topics, this chapter is divided into the following sections:
- Debugging reactive web applications
- Debugging native mobile applications
- Using Service Center logs to support troubleshooting
By the end of this chapter, we should be able to analyze the behavior of our applications in real time through the debugger, as well as understanding the error logs in Service Center and...