Memory Backtrace view

This view provides backtracing capability for debugging your applications. When you click an event in the Memory Events view or an error in the Memory Problems view, the Memory Backtrace view displays a stack trace showing the calls that led up to the selected event or error:
Memory Backtrace view

The Memory Backtrace view lets you trace the stack for the calling thread, a thread within the same process, or a thread in another process. For memory errors, the stack trace consists of the function address, source file name, and line of code of each function call in the call sequence. For memory events, the trace consists of these same fields for each call in the allocation and deallocation chains.
Memory Backtrace view

Note: