Class GotoArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.GotoArguments
Arguments for 'goto' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic GotoArgumentsbooleanintThe location where the debuggee will continue to run.intSet the goto target for this thread.inthashCode()setTargetId(int targetId) setThreadId(int threadId)
-
Method Details
-
getThreadId
public int getThreadId()Set the goto target for this thread. -
setThreadId
-
getTargetId
public int getTargetId()The location where the debuggee will continue to run. -
setTargetId
-
equals
-
hashCode
public int hashCode() -
create
-