December 2014
Intermediate to advanced
276 pages
5h 54m
English
During the debugging session, IntelliJ IDEA will present the values of the variables in the editor itself, next to the variable usage, as shown in the following screenshot:

While this may be useful as a quick overview for the current state, the Variables tab gives you the opportunity to examine the values of the variables in your application in more detail. When a stack frame is selected in the Frames tab, the Variables tab displays all the variables within its scope, such as method parameters, and local and instance variables. Variable here are listed with their unique internal IDs we mentioned earlier; ...