Reputation: 225
eclipse has display tool(window -> show view) in debug, I want to call variable or method name like eclipse so where is the display tool in android studio ??
please help, thanks
Upvotes: 1
Views: 3301
Reputation: 21
Yes "Evaluate Expression" in Android studio is like the "Display view" in eclipse. In case you're not sure of the shortcut, Go to Run > Evaluate Expression.
Hope that helps
Upvotes: 2
Reputation: 3658
I think what you're looking for is the 'Evaluate Expression' window, which pops up with a ALT+F8 combo. Here is some more info.
Upvotes: 5