FIT   100
© Copyright University of Washington 1999-2000
Guidelines For Debugging
vTry to avoid bugs by thinking through the design first.
vFor big programs, test parts of it as you go.
vSome basic techniques:
oStepping by hand through the program
oAdding “print” statements to get debugging output
oUsing the Visual Basic debugger
o
vOften the error will be blindingly obvious.  If not, and you’re having to spend some time finding it, here are some additional suggestions:
o