You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inline Debugger
Inline debugging an interesting and unique feature of IntelliJ IDEA. The inline debugger
displays the values of variables within the code, right next to the line where they were
used. Whenever the value of the variable changes, the inline debugger highlights it with a
different color. To check out the values, there’s no need to move to the Debug window or
hover over each variable one-by-one like with Eclipse and NetBeans
VS Code Ref: https://code.visualstudio.com/updates/v1_9#_inline-variable-values-in-source-code
The text was updated successfully, but these errors were encountered: