Open topic with navigation
Using Windbg Extensions with Visual Studio
To load and use the RTX debugger data extension
in Visual Studio:
- In Visual Studio, start debugging your application.
- From the Debug menu, select Windows > Immediate
Window.
- At the Windbg prompt, type:
!load C:\Program Files\IntervalZero\RTX\WinDbgExtension\rtx_dbgext.dll
You must include the full path to the location of the DLL.
- Once the RTX debugger data extension is loaded by the debugger, you can use any of the extension’s commands. For example:
!rtxversion