Reputation: 31222
I am debugging and I want to find usage of some class/var/method. I click on it and choose Find Usage
but that opens a usage window over the debug one. After that, I do not know how to get rid of it (or push it to the background) and see the debug window again.
How do I do this?
Upvotes: 1
Views: 30
Reputation: 53525
If you're using Mac try: command+5
or from the menu: view->tool windows->debug
Upvotes: 1