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()
public void setRestart(java.lang.Boolean restart)
@Pure public java.lang.Boolean getTerminateDebuggee()
If unspecified, the debug adapter is free to do whatever it thinks is best.
A client can only rely on this attribute being properly honored if a debug adapter returns true for the 'supportTerminateDebuggee' capability.
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.
A client can only rely on this attribute being properly honored if a debug adapter returns true for the 'supportTerminateDebuggee' capability.
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