Blog

This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.

Flow Tracing
August 24, 2019
Avatar for Stephen Kellett
Stephen Kellett

Large Scale Exception Tracing

We’ve just released another of our in-house tools – Exception Tracer. Debugging Events Exception Tracer started off life as an experiment and then through a […]

Thread
August 22, 2019
Avatar for Stephen Kellett
Stephen Kellett

An Easier Way To View Thread Wait Chains

Since Windows Vista the Windows operating system has included functionality to iterate across the waiting objects that form a chain between threads. I’m waiting for […]

Development
July 11, 2019
Avatar for Stephen Kellett
Stephen Kellett

Stdout redirection and capture

We were recently asked if Memory Validator could handle monitoring a program that took it’s input from a file and wrote its’ output to a […]

Development Thread
June 19, 2019
Avatar for Stephen Kellett
Stephen Kellett

Thread naming

Multi-threading is becoming quite common these days. It’s a useful way to provide a responsive user interface while performing work at the same time. Our […]

Memory
September 4, 2018
Avatar for Stephen Kellett
Stephen Kellett

How to detect GDI handle leaks

Working with GDI in Windows, whether you’re using Win32 calls or MFC, you’re concerned with pens, brushes, fonts, bitmaps and regions for drawing. You may […]

Memory Test Setup
June 6, 2018
Avatar for Stephen Kellett
Stephen Kellett

Detecting memory leaks in Visual Test unit tests

Introduction We recently had a request asking if Memory Validator could detect memory leaks in unit tests managed by Microsoft’s Visual Test and Visual Test […]

Development
May 12, 2018
Avatar for Stephen Kellett
Stephen Kellett

Support for Menus in Visual Studio 2017, 2015, 2013, 2012, 2010

Visual Studio menu support We’ve just added support for integrating tool menus into Visual Studio. This integration supports most of our tools. The menu only […]

Development productivity
March 19, 2018
Avatar for Stephen Kellett
Stephen Kellett

Cleaning up Visual Studio

Why would you ever need a tool to clean up Visual Studio? Doesn’t Visual Studio have a built in “clean” mode that cleans your build […]

Development productivity
March 12, 2018
Avatar for Stephen Kellett
Stephen Kellett

Improving how we build projects and solutions

The problem with Solutions If you’re working with just one solution and the projects it contains Microsoft Visual Studio is a good tool for managing […]

Development productivity
March 5, 2018
Avatar for Stephen Kellett
Stephen Kellett

Fixing Visual Studio project problems

The productivity sink Visual Studio is a very productive development environment. However, you can get Visual Studio into a state (for C++ and C developers, […]

Fully functional, free for 30 days