Please enable JavaScript to view this site.

OutputDebugString Checker Help

Navigation: » No topics above this level «

What does OutputDebugString Checker do?

Scroll Prev Top Next More

OutputDebugString Checker scans your source code looking for calls to OutputDebugString() and reports each call with a list of any conditional compilation directives. This allows you to determine if a call to OutputDebugString() has been left in the code by accident (and should thus be removed) or should be present in the code.

 

As well as checking for OutputDebugString() calls, you can also check for any functions you choose to specify.