Class DebugSettingUtils

java.lang.Object
com.microsoft.java.debug.plugin.internal.DebugSettingUtils

public final class DebugSettingUtils extends Object
  • Method Details

    • configDebugSettings

      public static Object configDebugSettings(List<Object> arguments)
      Configure setting for java debugger.
      Parameters:
      arguments - the arguments for the settings, the format is json, eg:{"showHex":true,"showStaticVariables":true,"maxStringLength":100}