Hour 7Debugging Tools
Programs are easy to write. Writing correct programs is a different story. Locating program bugs can be difficult. When you are working with tools that compile or interpret your programs, debugging tools are built in to the compilation or interpretation process, which makes your life much easier. Although the compiler or interpreter locates syntax errors for you, locating logic errors often takes extra time, and you must be the one to locate such problems before your users locate the problems. For example, when a payroll amount comes out incorrectly due to a bug, you need to locate the problem as quickly as possible.
Although your debugging skills will improve as your programming skills improve, you can help reduce bugs ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access