Page 1 of 1

When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools

Posted: Mon Aug 01, 2022 9:41 am
by answerhappygod
When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Evaluate Expression you can
When Your Code  1
When Your Code 1 (487 Bytes) Viewed 70 times
A. examine the object tree for a variable; expand it in the Variables view
B. evaluate an expression at the current execution point
C. advance to the next line in the code (without entering a method)
D. advance to the first line inside a method call
E. advance to the next line outside the current method
F. continue running the app normally