Share via


Mixed Code and Missing Information in the Call Stack Window

Because of differences between call stacks for managed and native code, the debugger cannot always show the complete call stack when the code types mix. When native code calls managed code, you may notice the following discrepancies in the Call Stack window:

Both cases are fairly rare. In most native calls to managed code, call stacks appear correctly.

See Also

Tasks

How to: Use the Call Stack Window