Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View "Variables" and "Frames" tabs for IntelliJ at the same time?

Currently, I have two separate tabs: variables and frames, and can only have one open at a time. i like to be able to view the stack trace (frame) and the variables (and possibly even the console) at the same time when I am in debug mode. How do I do this?

like image 899
Kamilski81 Avatar asked Nov 18 '11 17:11

Kamilski81


People also ask

How can I see variable values in IntelliJ?

As you step through the code, you'll see the value of the variables next to the code in the editor window. These values are also visible in the Variables pane in the Debug window. Step Into (F7) will take you to the first line of code in a method defined in the same class, or another class in the application.

How do I open the variable window in IntelliJ?

Press Ctrl+Alt+S to open the IDE settings and select Appearance & Behavior | Path Variables. Add the names that IntelliJ IDEA shouldn't consider to be path variables to the Ignored Variables field.

How do I view threads in IntelliJ?

You can customize how threads are displayed on the Frames and Threads tabs. It might be helpful when you are working on a multithreaded application and often need to access information about your threads. Right-click anywhere in the Frames or Threads tab and select Customize Threads View.


1 Answers

Try to restore the layout on the debugger tab (option is under the setting button to the left)

like image 121
krakover Avatar answered Sep 18 '22 15:09

krakover