debug code
computer code introduced to a computer program to test for errors or to help determine the cause of an error
Debug new
technique in C++ to overload and/or redefine operator new and operator delete in order to intercept the memory allocation and deallocation calls, and thus debug a program for memory usage