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:

 

See Also

Debugging PB/CC Programs

How the integrated debugger works

The DEBUG Menu

Debugging a simple program

Debugger Settings