amphibient
amphibient

Reputation: 31222

How to revert to the Debug window after getting Usage in IntelliJ?

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

Answers (1)

Nir Alfasi
Nir Alfasi

Reputation: 53525

If you're using Mac try: command+5 or from the menu: view->tool windows->debug

Upvotes: 1

Related Questions