We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9e196 commit fc59d8bCopy full SHA for fc59d8b
1 file changed
com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/DebugSettings.java
@@ -21,7 +21,7 @@ public final class DebugSettings {
21
private static DebugSettings current = new DebugSettings();
22
23
public int maxStringLength = 0;
24
- public boolean showStaticVariables = true;
+ public boolean showStaticVariables = false;
25
public boolean showQualifiedNames = false;
26
public boolean showHex = false;
27
public boolean enableHotCodeReplace = false;
0 commit comments