Debugging Services

The debugging service functions are the IMAGEHLP functions most suited for use by a debugger or the debugging code in an application. These functions can be used in concert with the symbol handler functions for easier use. The StackWalk function, for example, is used by the memory allocators of several applications to best track memory leaks. The functions for finding and mapping debug information can be used when the IMAGEHLP symbol handler functions are not needed.