public class StackTraceArguments
extends java.lang.Object
Constructor and Description |
---|
StackTraceArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
StackFrameFormat |
getFormat()
Specifies details on how to format the stack frames.
|
java.lang.Integer |
getLevels()
The maximum number of frames to return.
|
java.lang.Integer |
getStartFrame()
The index of the first frame to return; if omitted frames start at 0.
|
int |
getThreadId()
Retrieve the stacktrace for this thread.
|
int |
hashCode() |
void |
setFormat(StackFrameFormat format)
Specifies details on how to format the stack frames.
|
void |
setLevels(java.lang.Integer levels)
The maximum number of frames to return.
|
void |
setStartFrame(java.lang.Integer startFrame)
The index of the first frame to return; if omitted frames start at 0.
|
void |
setThreadId(int threadId)
Retrieve the stacktrace for this thread.
|
java.lang.String |
toString() |
@Pure public int getThreadId()
public void setThreadId(int threadId)
@Pure public java.lang.Integer getStartFrame()
This is an optional property.
public void setStartFrame(java.lang.Integer startFrame)
This is an optional property.
@Pure public java.lang.Integer getLevels()
This is an optional property.
public void setLevels(java.lang.Integer levels)
This is an optional property.
@Pure public StackFrameFormat getFormat()
The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.
This is an optional property.
public void setFormat(StackFrameFormat format)
The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' 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