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?
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.
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.
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.
Try to restore the layout on the debugger tab (option is under the setting button to the left)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With