Debugging TWORD.BAS Summary

TWORD fails because the program goes into an infinite loop.  The infinite loop was caused by the fact that the number of characters removed was not shortening the input string.

While tracking down this bug, you learned to:

·    Set and use breakpoints

·    Run a program without stopping at each line

·    Step through your source one line at a time

·    Evaluate the values of variables

 

See Also

Debugging PB/CC Programs

How the integrated debugger works

The DEBUG Menu

Debugging a simple program