Effective Debugging: 66 Specific Ways to Debug Software and Systems (james shahan's Library) by Diomidis Spinellis

Effective Debugging: 66 Specific Ways to Debug Software and Systems (james shahan's Library) by Diomidis Spinellis

Author:Diomidis Spinellis
Language: eng
Format: epub
Publisher: Addison-Wesley Professional
Published: 2017-04-14T16:00:00+00:00


Things to Remember

To really understand how your code behaves, work with disassembled machine instructions.

The register eax or r0 can tell you a function’s return value.

To really understand how your data is stored, look at its internal representation.

5. Programming Techniques

As a developer, most failures you’ll encounter are likely to be associated with the software’s code. One method to find the corresponding fault is to stare the code sternly in the eye—with some help.

Item 38: Review and Manually Execute Suspect Code



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.