....
- 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
LuaEdit is an IDE/Text Editor/Debugger for the Lua language. Its interface looks like MS VisualStudio .Net� and includes syntax highlighting, code completion, advance breakpoint management, efficient search engines, etc. Client under GPL and server (core debugger) under LGPL.
The VisualDDK is a plugin for MicrosoftVisualStudio allowing debugging device drivers right from the IDE. Additionally, a simple Driver Project Wizard is provided.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
The ArrayDebugView-Add-In extends VisualStudio and adds graphical view capabilities to the debugger. You can plot the data from any array by specifying a pointer expression and a length. Features: Zoom-function, a cursor, saving to a file.
This Exception Handling Library for Windows programs helps developers that wish to examine why a program crashed after being shipped. It can email the crash dump file to the developer who can load it in VisualStudio or WinDbg as to locate the bug.
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...