Debug Java Like a Pro in IntelliJ IDEA
Tom Gregory Tech Tom Gregory Tech
16.6K subscribers
38,397 views
0

 Published On May 6, 2022

Understanding how to debug applications is an essential skill for Java developers. Learn how the pros debug using these awesome IntelliJ IDEA features, so you can easily fix any bugs.

Debug video overview 0:00
Why debug? 0:28
Example "Battleship" game 1:47
Quick code intro 3:12
Breakpoints 4:42
Execution points, variables, & stack 5:55
Step into & step over 6:42
Evaluate expressions 8:14
Step out 9:16
Remove breakpoints 10:12
Conditional breakpoints 12:24
List all breakpoints 13:54
Exception breakpoints 14:52
Recap 16:23

Clone the accompanying GitHub repo to try these debug techniques yourself https://github.com/tkgregory/debug-de...

🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart

🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible

show more

Share/Embed