107x Filetype PDF File size 0.20 MB Source: www.gps.alaska.edu
BeyondtheMouse–A Short Course on Programming 11. Debugging Solving Major (and minor) Crises Ronni Grapenthin Geophysical Institute, University of Alaska Fairbanks November19,2009 “The Uncomfortable Truths Well”, http://xkcd.com/568 (April 13, 2009) 1/13 Review: Software Development Cycle 1 Design 2 Coding 3 Test 4 Debugging 5 go back to 1,2, or 3, ... 2/13 Whatis a bug? Amistake in a computer program ...or: TheFirst “Computer Bug”, 3/13 U.S. Naval Historical Center Photograph, NH 96566-KN Whatcausesbugs? bad / unexpected values: check user / function input! messeduplogic: want x programmedy. unwarranted assumptions: units. rarely moths, usually people. “Bug”, http://xkcd.com/376 4/13
no reviews yet
Please Login to review.