Search code examples
c++debuggingunmanagedvisualizer

Debugger Visualizer for non-managed C++ code?


Does anyone know of a C++ IDE or debugger that's supports debugger visualizers for unmanaged C++ code? The problem is that Visual Studio's debugger visaulizer supports only managed C++.

Thanks,

  • Olumide

PS: I'm still open to using VS if I can find a technique for making the visualizer work with unmanaged C++.


Solution

  • Are the custom visualizers in Visual Studio 2005+ (basically editing autoexp.dat) what you need?