Debugging



Memory Leak Detection in C++

Memory Leak Detection in C++

Memory Leak Detection in C++ - The home page gives us the following information: Memory Leak Detection in C++
Comparison of Free Memory Checkers - If would you like to know how to Comparison of Free Memory Checkers
Memory Leak Detection - The Code Project - C++ / MFC - For the …

Automatic Debugging - Debug Programs with GDB

Automatic Debugging - Debug Programs with GDB

Debugging Cygwin Programs - Don’t worry; it’s still fairly simple to accommodate Debugging Cygwin Programs
Debugging Mozilla on Linux FAQ - Solutions for the world of Debugging Mozilla on Linux FAQ
DDD - Data Display Debugger - GNU Project - Free Software Foundation (FSF) - I’ll try to give here the most …

Debugging Tips

Debugging Tips

Advice to Debug Programs by M. R. Murphy

Here’s the list. I’m curious, can you add to it?

Is the argument count correct?
Is the spelling correct?
Is the argument type correct?
Is the variable initialized correctly?
Do “ends” match “do”s?
Is the correct register used?
Is a previous equate, using, or define in effect?
Is the level of indirectness correct?
Are the defaults correct?
Is the array large enough to …