....
- Easily debug array index errors (when writing past the end).
- Easily profile memory usage and track down memory hawks.
- Click-And-Goto-Source support for VisualStudio.
- Integrated compatibility for new, new[], delete, delete[], malloc, calloc, realloc, free
...All VisualStudio .NET versions are supported. However, installation process differs for versions 2012, 2010 and pre-2010. Check the quick start guide for details: https://sourceforge.net/p/nativeviewer/wiki/QuickStartGuide
Note that if you have VisualStudio 2012 or later, I recommend using Image Watch extension from Microsoft: https://visualstudiogallery.msdn.microsoft.com/e682d542-7ef3-402c-b857-bbfba714f78d
The VisualDDK is a plugin for MicrosoftVisualStudio allowing debugging device drivers right from the IDE. Additionally, a simple Driver Project Wizard is provided.
This is a debugger visualizer add-on for MicrosoftVisualStudio 2005. It gives you a quick way to run a SQL statement against a database connection and view the results in a grid while debugging your code.
This is add-on for Ms Visual C++ which find useful comments in workspace projects such as '// TODO:', '// TASK:', '// NOTE:' and make easy navigation on them. This can increase team perfomance greatly. Added Ms Visual C++ STL Debugging features...