Difference between revisions of "DEBUG"
From Macros Wiki
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[:Category:Debug|{{Up}}]] | |
− | |||
− | |param1=< | + | {{Command|syntax=[[Image:debug.png|right|DEBUG]]DEBUG <nowiki>[<caption>], <var name>, <var name>...</nowiki> (between 1 and 50 variables) |
− | |param2=<var name>|param2_desc= | + | |description=:Show the current value of macro variables. |
+ | |||
+ | |param1=<caption>|param1_desc=Optional caption text. | ||
+ | |param2=<nowiki><var name></nowiki>|param2_desc=Variable name | ||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :DEBUG " | + | :DEBUG r1, a1 |
+ | :DEBUG "debug example", a$, q1 | ||
+ | <br> | ||
+ | :For an example macro see [[Calc_Geo_Extents]] | ||
− | [[Category: | + | [[Category:Debug]] |
Latest revision as of 13:59, 13 January 2011
Command
- DEBUG [<caption>], <var name>, <var name>... (between 1 and 50 variables)
- Show the current value of macro variables.
Parameters
- Optional caption text.
- <var name>
- Variable name
Example
- DEBUG r1, a1
- DEBUG "debug example", a$, q1
- For an example macro see Calc_Geo_Extents