Using Windbg Extensions with Visual Studio

To load and use the RTX debugger data extension in Visual Studio:

  1. In Visual Studio, start debugging your application.
  2. From the Debug menu, select Windows > Immediate Window.
  3. 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.

  1. Once the RTX debugger data extension is loaded by the debugger, you can use any of the extension’s commands. For example:

!rtxversion

 

See Also

IntervalZero.com | Support | Give Feedback