Technology Quote by Hardy, Brian
““not enough decisions to make, you can also use the debugger to catch exceptions. Go back and comment out the line where you assign mQuestionTextView one more time. Then select Run → Add Java Exception Breakpoint... to pull up the exception breakpoint dialog. Figure 4.10 Setting””
About This Quote
The advice suggests debugging by setting exception breakpoints and revisiting code lines to resolve errors.
In simple terms: Use debugger to catch and fix code errors.
Set breakpoints to debug.
Themes
Mood
Type
When to use this quote
- software engineering
- learning coding
- troubleshooting
- development workflow
Key Concepts
Questions to Reflect On
- Do you know how to set breakpoints?
- What errors recur often in your code?
May be too technical for beginners.