I am using android studio Giraffe when i add breaks to the code in my app, and i run in debug mode, it doesn't show any of the variables in the lower left window such as i see in so many examples.
i have looked all over the internet and in youtube videos.
Any ideas why I can't see the variables when I'm in the debugging mode ??
Based on the provided screenshot, firstly, select "Threads and Variables" tab in the debug panel at the bottom of your screen ("Console" is selected In the screenshot). Secondly, put your breakpoints at the beginning of a line, for instance, you should put your breakpoint at the line containing
String url = "some url"or its next line which isStartActivity.