Debugging [Dbg]

« Back to Glossary Index

Description


The process of identifying and resolving defects or errors within a computer program.

Categories: Field Atlas
Debugging (Wikipedia)

Debugging is the process of finding and resolving defects or problems within a computer program that prevent correct operation of computer software or a system.

Debugging tactics can involve interactive debugging, control flow analysis, unit testing, integration testing, log file analysis, monitoring at the application or system level, memory dumps, and profiling.



« Back to Glossary Index