MENU

Fun & Interesting

Debug Java Like a Pro in IntelliJ IDEA

Tom Gregory 52,999 lượt xem 2 years ago
Video Not Working? Fix It Now

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-demo.git

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

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

Comment