Class LaunchRequestArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.LaunchRequestArguments
Arguments for 'launch' request. Additional attributes are implementation specific.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LaunchRequestArgumentscreate()booleanAdditional implementation specific attributes.If noDebug is true the launch request should launch the program without enabling debugging.Optional data from the previous, restarted session.inthashCode()setNoDebug(Boolean noDebug) setRestart(Object restart)
-
Method Details
-
getNoDebug
If noDebug is true the launch request should launch the program without enabling debugging. -
setNoDebug
-
getRestart
Optional data from the previous, restarted session. The data is sent as the 'restart' attribute of the 'terminated' event. The client should leave the data intact. -
setRestart
-
get
Additional implementation specific attributes.- Parameters:
attrName- Attribute name.
-
set
-
equals
-
hashCode
public int hashCode() -
create
-