Development

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.


Back to Blog
Development Memory
November 30, 2022
Avatar for Stephen Kellett
Stephen Kellett

The nineteen types of memory leak

Memory leaks affect all computer programs, be they desktop applications, service applications or web services. For many trivial applications or applications with a very short […]

Avatar for Stephen Kellett
Stephen Kellett

The Command Line Builder

Last week we introduced the command line builder to all our Validator tools.

Avatar for Stephen Kellett
Stephen Kellett

Exceptions Codes you’ve never heard of

If you write software for any length of time you’ll have seen your software fail in a variety of ways.

Development
June 12, 2020
Avatar for Stephen Kellett
Stephen Kellett

Changes to how we display data

We’ve changed the display of data on all of our tree controls that are used to display callstacks and call trees. The old method of […]

Development
March 6, 2020
Avatar for Stephen Kellett
Stephen Kellett

Turbo Debugger Symbols Viewer

If you’re using Delphi or 32 bit C++ Builder your compiler/linker produces symbols in TDS format. TDS means Turbo Debugger Symbols – it’s an old […]

Development productivity
March 6, 2020
Avatar for Stephen Kellett
Stephen Kellett

An easier way to view crashes in the Windows Event Log

In a previous article I wrote about how to identify crashes in the Windows Event Log. You need to use the Windows Event Viewer, inspect […]

Development
February 12, 2020
Avatar for Stephen Kellett
Stephen Kellett

Identifying crashes with the Windows Event Log

It’s an unfortunate and inevitable fact that while developing software, sometimes your software will crash. This also happens, sometimes, hopefully very infrequently, in production code. […]

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 […]

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 […]

Fully functional, free for 30 days