public class DisconnectArguments
extends java.lang.Object
Constructor and Description |
---|
DisconnectArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getRestart()
A value of true indicates that this 'disconnect' request is part of a restart sequence.
|
java.lang.Boolean |
getTerminateDebuggee()
Indicates whether the debuggee should be terminated when the debugger is disconnected.
|
int |
hashCode() |
void |
setRestart(java.lang.Boolean restart)
A value of true indicates that this 'disconnect' request is part of a restart sequence.
|
void |
setTerminateDebuggee(java.lang.Boolean terminateDebuggee)
Indicates whether the debuggee should be terminated when the debugger is disconnected.
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getRestart()
This is an optional property.
public void setRestart(java.lang.Boolean restart)
This is an optional property.
@Pure public java.lang.Boolean getTerminateDebuggee()
If unspecified, the debug adapter is free to do whatever it thinks is best.
The attribute is only honored by a debug adapter if the capability 'supportTerminateDebuggee' is true.
This is an optional property.
public void setTerminateDebuggee(java.lang.Boolean terminateDebuggee)
If unspecified, the debug adapter is free to do whatever it thinks is best.
The attribute is only honored by a debug adapter if the capability 'supportTerminateDebuggee' is true.
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object