Debugging with GDB
摘要
Finding and fixing bugs is the most time-consuming part of the software development process. No one writes perfect code, and even the most experienced programmers make mistakes. The process of finding and fixing bugs is called debugging. Debugging,like many other aspects of software development, is a skill that requires practice and experience to master. Before one becomes familiar with more sophisticated debugging software, programmers often use print statement debugging to find and fix bugs.