HiDebug_StackFrame
typedef struct HiDebug_StackFrame {...} HiDebug_StackFrame
Overview
Defines the stack frame content.
Since: 20
Related module: HiDebug
Header file: hidebug_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| HiDebug_StackFrameType type | Type of the current stack. |
| struct HiDebug_JsStackFrame js | JS stack frame content defined by HiDebug_JsStackFrame. |
| struct HiDebug_NativeStackFrame native | Native stack frame content defined by HiDebug_NativeStackFrame. |