Class StartDebuggingRequestArguments


  • public class StartDebuggingRequestArguments
    extends java.lang.Object
    Arguments for 'startDebugging' request.
    • Constructor Detail

      • StartDebuggingRequestArguments

        public StartDebuggingRequestArguments()
    • Method Detail

      • getConfiguration

        public java.util.Map<java.lang.String,​?> getConfiguration()
        Arguments passed to the new debug session. The arguments must only contain properties understood by the `launch` or `attach` requests of the debug adapter and they must not contain any client-specific properties (e.g. `type`) or client-specific features (e.g. substitutable 'variables').
      • setConfiguration

        public void setConfiguration​(java.util.Map<java.lang.String,​?> configuration)
        Arguments passed to the new debug session. The arguments must only contain properties understood by the `launch` or `attach` requests of the debug adapter and they must not contain any client-specific properties (e.g. `type`) or client-specific features (e.g. substitutable 'variables').
      • setRequest

        public void setRequest​(StartDebuggingRequestArgumentsType request)
        Indicates whether the new debug session should be started with a `launch` or `attach` request.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object