SUcpinar
SUcpinar

Reputation: 225

Where is the display window in Android studio?

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

Answers (2)

Akash
Akash

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

Toon Borgers
Toon Borgers

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

Related Questions