Summary
In this chapter, you learned about various ways to troubleshoot and debug techniques to handle the issues raised in the VB application. You learned about browser development tools and consoles that will help you to troubleshoot and debug the development and runtime issues. By knowing how to use all these tools, you will be able to easily debug your application and fix your issues easily.
We explained how to track REST API calls end to end, including what request was sent, the request body sent to the REST API, the response received, and how much time a REST API is taking to respond. We also described how to know about an error raised while calling the REST API.
You learned about various ways to log data that will help you to debug issues step by step. We explained at what level logs can be enabled, including the JavaScript call, Action Chains, and Business Objects. Since the VB application is built on multi-layer architecture, you may need to log the message at the relevant...