7 - How to place breakpoints and run a program in debug mode
8 - How to control the program flow during Java Debugging
9 - Expression evaluation and Inspecting Variables
10 - Edit variable values without changing code
11 - Debugging Lambda and Stream based operations
12 - Use of Step Filters in Java Debugging
13 - Using Conditional Breakpoint
14 - Using Exception Breakpoint
15 - Breakpoint Logpoints
16 - Breakpoint Data breakpoint
17 - Run to Cursor
18 - Debugging JUnit Test Cases
19 - Local and Remote Debugging of Spring Boot Project
20 - Hot Code Replace HCR during Debugging