Capturing a complex call stack
The execution of instrumented code can be stopped at any point and the complete call stack including local variables will be visible in the debugger. It is even able to resume the execution of the code after the breakpoint was reached.