1# HiDebug_StackFrame 2 3<!--Kit: Performance Analysis Kit--> 4<!--Subsystem: HiviewDFX--> 5<!--Owner: @hello_harmony; @yu_haoqiaida--> 6<!--SE: @kutcherzhou1--> 7<!--TSE: @gcw_KuLfPSbe--> 8 9## Overview 10 11Defines the stack frame content. 12 13**Since**: 20 14 15**Related module**: [HiDebug](capi-hidebug.md) 16 17**Header file**: [hidebug_type.h](capi-hidebug-type-h.md) 18 19## Summary 20 21### Member Variables 22 23| Name | Description | 24|------------------------------------------------------------------------------|-------------------------------------------------| 25| [HiDebug_StackFrameType](capi-hidebug-type-h.md#hidebug_stackframetype) type | Type of the current stack. | 26| struct [HiDebug_JsStackFrame](capi-hidebug-hidebug-jsstackframe.md) js | JS stack frame content defined by [HiDebug_JsStackFrame](capi-hidebug-hidebug-jsstackframe.md). | 27| struct [HiDebug_NativeStackFrame](capi-hidebug-hidebug-nativestackframe.md) native | Native stack frame content defined by [HiDebug_NativeStackFrame](capi-hidebug-hidebug-nativestackframe.md).| 28