Debugging your Java App

Rory Preddy demonstrates how to debug a Spring Boot Java application in Visual Studio Code by tracing a browser request through the service layer, pausing at breakpoints, inspecting variables, and using the Spring Boot Dashboard to review endpoints, health, and heap memory.

Overview

In this video, the presenter walks through a practical debugging workflow for a Spring Boot app in VS Code:

Sample repository

Chapters

Install before you start