Computer/Software/Programming/Tools/Static source code analyzers
Frequently asked questions about static source code analysis
X Close Window

Are you saying my debugger isn't enough?

Standard debuggers operate only on runtime units (executables). A good static source code analysis tool is designed to provide pre-compile error checking of a program at the source level - before the code is executed. A good source code analyzer keeps track of all information about every symbol in the code. As a result, the analyzer can generate intelligent information about the analyzed code.

X Close Window
Copyright © 2002 Cleanscape Software International
> Make a comment about our web site