Debugging Java Applications — a practical guide to Java debugging with clear examples you can reuse in real projects.
Java Tutorial Series (83/90). Prefer one article? Read the complete Java tutorial.
Short description
Reproduce the bug, inspect variables, fix the root cause, then add a test.
Debug tips
Read stack traces top-down
Use breakpoints/conditional breakpoints
Watch variables & evaluate expressions
Fix + regression test