I l@ve RuBoard Previous Section Next Section

7.12 Use the Debugger

The debugger is a great tool for understanding how something works. Most debuggers allow you to step through a program one line at a time, examining variables and discovering how things really work. Once you find out what the code does, make notes and put them in as comments.

    I l@ve RuBoard Previous Section Next Section