TRACE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
Line 16: Line 16:


[[Category:Debug]]
[[Category:Debug]]
<br>
<br>
<br>
<br>
<br>
<br>
[[EVAL_TEXT]] <string variable><br>

Latest revision as of 23:23, 20 August 2010

Up

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
For an example macro see Calc_Geo_Extents