Partilhar via


Como: Etapa out of Managed Code when Native Frames are Missing from the Call Stack Window

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

O tópico é aplicável O tópico é aplicável O tópico é aplicável

Native only

O tópico é aplicável

Pro, Premium e Ultimate

O tópico é aplicável O tópico é aplicável O tópico é aplicável

Native only

O tópico é aplicável

If your code has native frames that are invisible in the Call Stack window, stepping out of managed code can produce unexpected results. As a workaround, you can use a breakpoint instead of Step Out.

ObservaçãoObservação

Caixas de diálogo e comandos de menu que você vê podem diferir das descritas na Help dependendo das suas configurações ativas ou edição. Para alterar as configurações, escolha Import and Export Settings sobre o Ferramentas menu. For more information, see Trabalhando com configurações.

To step out of managed code when native frames are missing from the call stack display

  1. In the native code, set a location breakpoint after the call to managed code.

  2. Sobre o Debug menu, escolha continuar.

    When the managed call is completed, execution will stop at the breakpoint in native code.

Consulte também

Tarefas

Como: Use a janela Call Stack