Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The SwitchBack method restores the debugger engine context to its previous state, reverting any temporary context changes made by the SwitchTo method. This allows the debugger to return to its original context, resuming normal operation.
Syntax
HRESULT SwitchBack();
Remarks
Using the SwitchBack method is crucial for maintaining debugging consistency and continuity. Developers should invoke this method after using SwitchTo for a temporary context switch, especially if full access to the original context's functionalities is necessary.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |