W3cubDocs

/Haxe C++

StackFrame

package cpp.vm

import cpp.vm.Debugger

Available on cpp

StackFrame describes one call stack frame.

Constructor

new(fileName:String, lineNumber:Int, className:String, functionName:String)

Variables

read onlyclassName:String

read onlyfileName:String

read onlyfunctionName:String

read onlylineNumber:Int

read onlyparameters:Array<Parameter>

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/vm/StackFrame.html