Disabling code
A common approach to debugging programs is to:
- Disable some of the code
- Allow the remaining code to execute in an attempt to
isolate the code that is causing a problem.
You can disable code one line (or block) at a time by:
- Right-clicking the handle
- Selecting disable in the
popup menu.
To re-enable the code:
- Right-click the
handle on the disabled code
- Select enable in the popup menu.