Share via


Mixed Code and Missing Information in the Call Stack Window 

This topic applies to:

Visual Studio Edition

Visual Basic

C#

C++

J#

Web Dev

Express Edition

No

Yes

Yes

Yes

Yes

Standard Edition

Yes

Yes

Yes

Yes

Yes

Pro/Team Edition

Yes

Yes

Yes

Yes

Yes

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