DEV Community

Discussion on: Debug Like a Champion

Collapse
 
rapidnerd profile image
George

As a Java Developer can certainly agree with everything in this post. Majority of the IDE's have hidden tools for debugging that make it 100% easier to find an issue, especially the break/watch points systems in intelliJ I love them!

Great post :D

Collapse
 
pedes profile image
Andres Cespedes Morales

Thanks for your feedback George.

That's one key to successfully find the root cause and solve the issue, we have to master the tools.