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,
PS: I'm still open to using VS if I can find a technique for making the visualizer work with unmanaged C++.
Are the custom visualizers in Visual Studio 2005+ (basically editing autoexp.dat) what you need?