What software are you looking for ?
Debug Assistant is a Visual Studio package designed to help programmers and anaylysts in debugging, profiling, code analyzing and testing processes. Debug Assistant does this by recording program execution and presenting a program execution flow. User can then replay what just happened in the source code. This allows users to find problem spot in their code. Debug Assistant can also be used to find performance bottlenecks. .....