Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 858 Bytes

viewing-the-call-stack-in-kd.md

File metadata and controls

16 lines (8 loc) · 858 Bytes
title description ms.date
Viewing the Call Stack in KD
In KD, you can view the call stack by entering one of the k (Display Stack Backtrace) commands.
11/28/2017

Viewing the Call Stack in KD

The call stack is the chain of function calls that have led to the current location of the program counter. The top function on the call stack is the current function, the next function is the function that called the current function, and so on. The call stack that is displayed is based on the current program counter, unless you change the register context. For more information about how to change the register context, see Changing Contexts.

In KD, you can view the call stack by entering one of the k (Display Stack Backtrace) commands.