Search code examples
phpstorm

PhpStorm - showing the debugging tool


How to show the PhpStorm debugger/stack trace viewer after it's been replaced with a search, for example?

I'm talking about this:

enter image description here

Which gets hidden when running "show usages":

enter image description here


Solution

  • You should be able to switch using tool window buttons. As an example:

    enter image description here

    If you have them hidden (e.g. to have more screen space etc -- this can be triggered using View | Tool Buttons) then you can still access them via View | Tool Windows menu.

    enter image description here