Struct StackTrace
Utility to represent and retrieve the current stack-trace
struct StackTrace
;
Fields
| Name | Type | Description |
|---|---|---|
frames
|
StackTrace | frames of the stack trace |
Methods
| Name | Description |
|---|---|
obtain
(maxFrames, opts)
|
Inner structs
| Name | Description |
|---|---|
Frame
|
represent a single frame |
Enums
| Name | Description |
|---|---|
Options
|
options when retrieving stack frames |