Open source book "Python Complete Self-study Course" 10.4 Debugging
10.4 Debug In computer programs, debugging is the process of finding and reducing program errors. Obviously, this is a very practical job, and it cannot be completely mastered by reading a few pages of books. However, this does not mean that debugging skills cannot be learned. This section introduces several common methods based on experience for the reader's reference exercise - of course, take a Python program as an example, programs in other programming languages will be different....