May 2022
Intermediate to advanced
688 pages
20h 12m
English
Breakpoints are a very useful tool in debugging, but sometimes you hit your breakpoints too often during execution and they become a burden rather than benefit.
In these instances, you can use a conditional breakpoint to limit the number of times execution pauses.
You can access the dialog to set up a conditional breakpoint by right-clicking an existing breakpoint.
Try pausing execution within the updateQuestion() function within MainActivity only when the answer to the current question is “true.”
Read now
Unlock full access