Next: Some useful hints to
Up: Debugging tools
Previous: Debugging infinite loops:
- In do-while loops the condition to break the loop never evaluates to 0.
- In while loops the condition to break the loop never evaluates to 0.
- In for loops the loop variable is never changed.
- In for loops the terminating condition is never reached.
Sushil Prasad
Fri Oct 9 10:28:36 EDT 1998