MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / stackWalk

Method stackWalk

src/runtime/context.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 }
638
639 void Context::stackWalk( const LineInfo * at, bool showArguments, bool showLocalVariables ) {
640 auto str = getStackWalk(at, showArguments, showLocalVariables);
641 to_out(at, str.c_str());
642 }
643
644 class StackWalkerTextWriter : public StackWalker {
645 public:

Callers 2

debuggerStackWalkFunction · 0.80
builtin_stackwalkFunction · 0.80

Calls 2

to_outFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected