Collections
Generics
Enums
Stream APIs
Unit Testing with JUnit
Debugging in Java
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
NOTE: Debugging was introduced in Week 5 - Problem solving methods. Teach Debugging from the Java point of view.
- Setting breakpoints in IntelliJ
- Running in debug mode
- Step Over, Step Into, Step Out
- Inspecting variable values at runtime
- The Watches panel — tracking specific expressions
- Conditional breakpoints
- Debugging a failing test
- Common debugging strategies: binary search through code, isolate the problem
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.