The extension does not support mixed mode debugging (managed + native) or managed debugging at the moment. To ensure you are using the Native debug engine:
- Open the project properties (right-click on the project in Solution Explorer and select Properties).
- In the left pane, select Configuration Properties > Debugging.
- In the right pane, find the Debugger Type property and ensure it is set to Native Only.
- Attach the debugger to the process you want to debug.
- Open the Output window in Visual Studio (Debug > Windows > Output).
- Switch the output category to D0.
- If the logs are empty, the extension is not correctly attaching to the process.
- An error message will be logged if a PDB you are using was not loaded by D0, or when the extension could not locate functions you are selecting in the editor.