Android studio Giraffe debugger not working, no variables shown in the lower left of my screen

978 views Asked by At

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.

enter image description here

Any ideas why I can't see the variables when I'm in the debugging mode ??

1

There are 1 answers

2
Mostafa Arian Nejad On

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 is StartActivity.