MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / getCurrentStackFrame

Method getCurrentStackFrame

include/hx/StackContext.h:513–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511 void getCurrentCallStackAsStrings(Array<String> result, bool skipLast);
512 void getCurrentExceptionStackAsStrings(Array<String> result);
513 StackFrame *getCurrentStackFrame() { return mStackFrames.back(); }
514 StackFrame *getStackFrame(int inIndex) { return mStackFrames[inIndex]; }
515 int getDepth() const { return mStackFrames.size(); }
516 inline const char *getFullNameAtDepth(int depth) const;

Callers 3

HXTAllocationMethod · 0.80
DoBreakMethod · 0.80
HandleBreakpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected