Disable Trace Points Ignore all Trace Points ──────────────────────────────────────────────────────────────────────────────
This option allows you to run your program without it stopping because a trace point is triggered.
This option saves you the trouble of deleting all of your trace points. Instead this option will allow you to run the program and MrDebug will ignore any trace points that it comes across that have been triggered.
You may disable all trace points from the Command window by using the DISABLE TP command. You may disable a single trace point by pressing <Alt><Enter> on the line that contains the trace point - this will toggle a trace point from being enabled to Disabled, pressing <Alt><Enter> again will re-enable the trace 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>.