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

Function __hx_dump_stack

src/hx/Debug.cpp:497–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496
497void __hx_dump_stack()
498{
499#ifdef HXCPP_STACK_TRACE
500 hx::StackContext *ctx = hx::StackContext::getCurrent();
501 ctx->beginCatch(false);
502 ctx->dumpExceptionStack();
503#endif
504}
505
506
507void __hx_stack_set_last_exception()

Callers 3

catchFunction · 0.85
HxcppMain.hFile · 0.85
mainFunction · 0.85

Calls 2

beginCatchMethod · 0.80
dumpExceptionStackMethod · 0.80

Tested by

no test coverage detected