TRACE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=TRACE <ON/OFF> | {{Command|syntax=TRACE <ON/OFF> | ||
|description= | |description=:Show a dialog box that displays every line in the macro, what is happening at specific points. can use trace on at any point in the macro and use trace off to stop at any point for specific places. | ||
|param1=<ON/OFF>|param1_desc= | |param1=<ON/OFF>|param1_desc=ON/OFF | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:TRACE | :TRACE ON | ||
:TRACE OFF | |||
[[Category:Debug]] | [[Category:Debug]] |
Revision as of 18:41, 2 August 2010
Command
- TRACE <ON/OFF>
- Show a dialog box that displays every line in the macro, what is happening at specific points. can use trace on at any point in the macro and use trace off to stop at any point for specific places.
Parameters
- <ON/OFF>
- ON/OFF
Example
- TRACE ON
- TRACE OFF