Mixed Code and Missing Information in the Call Stack Window

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic applies Topic applies Topic applies

Topic applies

Topic applies

Pro, Premium, and Ultimate

Topic applies

Topic applies

Topic applies

Topic applies

Topic applies

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