Class ContinueArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ContinueArguments
Arguments for 'continue' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContinueArgumentsbooleanintContinue execution for the specified thread (if possible).inthashCode()setThreadId(int threadId)
-
Method Details
-
getThreadId
public int getThreadId()Continue execution for the specified thread (if possible). If the backend cannot continue on a single thread but will continue on all threads, it should set the 'allThreadsContinued' attribute in the response to true. -
setThreadId
-
equals
-
hashCode
public int hashCode() -
create
-