Content deleted Content added
Moses Bejon (talk | contribs) No edit summary |
m Making sentence bit more clear |
||
Line 3:
{{Software development process|Core activities}}
In [[engineering]], '''debugging''' is the process of finding the [[Root cause analysis|root cause]]
For [[software]], debugging tactics can involve [[interactive]] debugging, [[control flow]] analysis, [[Logfile|log file analysis]], monitoring at the [[application monitoring|application]] or [[system monitoring|system]] level, [[memory dump]]s, and [[profiling (computer programming)|profiling]]. Many programming languages and software development tools also offer programs to aid in debugging, known as [[debugger]]s.
|