import haxe.CallStack; class Main { static function main() { CallStack.exceptionStack(); } }