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
Copy file name to clipboardExpand all lines: com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler/EvaluateRequestHandler.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public CompletableFuture<Response> handle(Command command, Arguments arguments,
Copy file name to clipboardExpand all lines: com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler/RefreshVariablesHandler.java
Copy file name to clipboardExpand all lines: com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler/SetVariableRequestHandler.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public CompletableFuture<Response> handle(Command command, Arguments arguments,
Copy file name to clipboardExpand all lines: com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler/VariablesRequestHandler.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ public CompletableFuture<Response> handle(Command command, Arguments arguments,
Copy file name to clipboardExpand all lines: com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/variables/VariableUtils.java
@@ -256,13 +257,15 @@ public static List<Variable> listStaticVariables(StackFrame stackFrame) {
256
257
* variable view/debug console.
257
258
*
258
259
* @param defaultOptions the initial options for adding options from user settings
259
-
* @param hexInArgument when request sent by vscode declare hex format explicitly, settings this parameter true to override value in DebugSettings class.
260
+
* @param format when request sent by vscode declare format explicitly, settings this parameter true to override value in DebugSettings class.
260
261
*/
261
-
public static void applyFormatterOptions(Map<String, Object> defaultOptions, boolean hexInArgument) {
262
+
public static void applyFormatterOptions(Map<String, Object> defaultOptions, Requests.ValueFormat format) {
0 commit comments