
Visual Studio Project Builder is a software tool for automating Visual Studio builds. Build thousands of projects and their configurations, and provide a notification when the whole build finishes.

Visual Studio Project Fixer is a software tool that fixes broken Visual Studio projects. What’s a broken project? A project that you know is up to date, but which Visual Studio thinks needs rebuilding.

Page Fault Monitor is a page fault viewer that monitors the activity of a program and reports all page faults associated with that program, providing symbolic debug information for all addresses that match known program locations.

Thread Status Monitor is a non-invasive software tool that monitors the status of each thread in your software, reporting information about each thread as it executes.

Thread Wait Chain Inspector is a non-invasive software tool that allows you to analyze the wait chains of each thread in your software – also known as thread wait chain traversal.

Exception Tracer is a software tool that reports debug events as they happen. Exceptions do not cause breakpoints but are logged for later inspection. For applications that throw a lot of exceptions, only one or two of which are interesting to you this is really useful, as you don’t have to keep interacting with the debugger each time an exception is thrown. Even more useful when you think there is a problem but don’t actually know what the problem is.

DbgHelp Browser is an interactive PDB viewer and crash address converter, reading symbol information stored in Program Database files and Portable Program Database files for Visual Studio, and Visual Basic 6.

DWARF Browser is an interactive DWARF debug info viewer and crash address converter, reading DWARF debug information for C++ Builder, QtCreator, MingW, Cygwin, MSYS2, gcc, g++, Dev C++, Rust, Swift and any other compiler that creates DWARF debug information.

TDS Browser is an interactive TDS viewer and crash address converter, reading TDS files for Delphi and C++ Builder. TDS information embedded in EXE/DLL can also be viewed.
Software Verify creates high-performance software debugging tools for Windows software developers using Visual Studio, C++ Builder, Delphi, C, Visual Basic, C#, .Net and Fortran.