Summary
In this chapter, we started by discussing the debugger layout and its various sections. Keeping a focus on what was developed in previous chapters, we looked at each project and discussed how VS Code can cater to its debugging requirements. During this chapter, we learned how to configure VS Code for debugging Angular, Node.js, Java, Python, and .NET Core projects. We also learned about several debugging features, such as breakpoints, variables, the call stack, and logpoints, and we discussed the navigation features as well.
In the next chapter, we will be containerizing the services and frontend app created for the job order system application. We will provision the Azure Kubernetes cluster and deploy the containerized services on Azure.