Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
|---|---|---|---|---|---|
Express |
![]() |
![]() |
![]() |
Native only |
![]() |
Pro, Premium e Ultimate |
![]() |
![]() |
![]() |
Native only |
![]() |
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çã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
In the native code, set a location breakpoint after the call to managed code.
Sobre o Debug menu, escolha continuar.
When the managed call is completed, execution will stop at the breakpoint in native code.
.gif)
Observação