You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In which task and step of the codelab can this issue be found?
Use the Step Into Button
Describe the problem
Steps instruct reader to add a breakpoint on the DiceRollerApp() line that is within the setContent function of MainActivity. However, it seems that anything within setContent doesn't get the little green checkmark within the red breakpoint dot and does not get stopped at when moving through the program in debug mode. I don't know if this is an issue with Android Studio or something else, but the tutorial cannot currently be followed due to this issue.
This was also happening on my previous version of Android Studio, 2024.2.2
Steps to reproduce?
Create DiceRoller app according to tutorial, or download the code from github.
Follow instructions in the "Use the Debugger" section of the "User the Debugger In Android Studio" tutorial.
When you click in the gutter to add a breakpoint next to DiceRollerApp(), no green tickmark will occur and the debugger will not stop at this breakpoint.
Versions Android Studio version: 2024.3.1 RC1 API version of the emulator: 35
Additional information
Screenshot showing how breakpoints are not valid inside of setContent.
The text was updated successfully, but these errors were encountered:
URL of codelab
In which task and step of the codelab can this issue be found?
Use the Step Into Button
Describe the problem
Steps instruct reader to add a breakpoint on the DiceRollerApp() line that is within the setContent function of MainActivity. However, it seems that anything within setContent doesn't get the little green checkmark within the red breakpoint dot and does not get stopped at when moving through the program in debug mode. I don't know if this is an issue with Android Studio or something else, but the tutorial cannot currently be followed due to this issue.
This was also happening on my previous version of Android Studio, 2024.2.2
Steps to reproduce?
Versions
Android Studio version: 2024.3.1 RC1
API version of the emulator: 35
Additional information
Screenshot showing how breakpoints are not valid inside of setContent.
The text was updated successfully, but these errors were encountered: