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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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 Step Out you can
When Your Code  1
When Your Code 1 (651 Bytes) Viewed 77 times
A. examine the object tree for a variable; expand it in the Variables view. If the Variables view is not visible
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply