Disable Pass Points
Ignore all Pass Points
──────────────────────────────────────────────────────────────────────────────

This option allows you to run your program and ignore any pass points.

This option when toggles, will ignore any pass points that it comes across.
Instead of keeping a track of how many time MrDebug executes the same line
of code, MrDebug will carry on just merrily.

You may disable all pass points from the Command window by using the DISABLE
PP command. You may disable a single pass point by pressing <Alt><Enter> on
the line that contains the pass point - this will toggle a pass point from
being enabled to Disabled, pressing <Alt><Enter> again will re-enable the
pass point.

If the current line shares a break point with a trace point and/or a pass
point you may disable a single item by listing that particluar item, using
the LIST <BP>|<TP>|<WP>|<PP>|<ALTD> command to list the items, and then
cursor down to the line that contains the curren item and by pressing
<Alt><Enter>.