TomaszAugustyn / call-stack-logger

Call Stack Logger uses function instrumentation to facilitate logging of every function call. Each nesting adds an ident, whereas returning from a function removes it. As the result call stack tree is produced at the runtime giving knowledge of the actual program's flow of execution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TomaszAugustyn/call-stack-logger Stargazers