Debugger Visualizer for unmanaged C ++ code?

Does anyone know of a C ++ IDE or debugger that supports debugger renderers for unmanaged C ++ code? The problem is that the Visual Studio Debug Renderer only supports managed C ++.

Thank,

  • Olumide

PS: I'm still open to using VS, if I can find a technique to make the renderer work with unmanaged C ++.

+2


source to share


2 answers


Are the custom renderers in Visual Studio 2005+ (mainly editing autoexp.dat) what you need?



+2


source


Use the ddd debugger for unmanaged code. AFAIK, it only works on * nix systems.



0


source







All Articles