December 2004
Intermediate to advanced
1008 pages
21h 40m
English
In the next sections, you will learn how to debug the sample application. The sample application contains several syntax errors and a few “features” that the client did not expect. By stepping through and debugging a sample application, you will become familiar with the purpose of the debugger, and learn how to use it to be more productive by creating more stable, reliable, and efficient code.
When trying to fix syntax errors, it is not necessary to know what the application is attempting to accomplish. However, when attempting to debug an application, it is helpful, and in most cases a necessity, to know what the application is supposed to do. The following application, Listing 42.1 ...
Read now
Unlock full access