Subversion Repositories wimsdev

Rev

Rev 2389 | Rev 6246 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2389 Rev 3569
Line 39... Line 39...
39
href target=wims_help module=adm/createxo $wims_name_docoef
39
href target=wims_help module=adm/createxo $wims_name_docoef
40
 
40
 
41
<p>
41
<p>
42
Special hints:
42
Special hints:
43
<ol>
43
<ol>
44
<li><p>In order to debug a file, you can place a line
44
<li>In order to debug a file, you can place a line
45
<pre>
45
<pre>
46
$!debug ...
46
$!debug ...
47
</pre>
47
</pre>
48
in that file, where ... can be any text string. When you test your module, the
48
in that file, where ... can be any text string. When you test your module, the
49
execution will stop at this line, with the content of ... shown to you. If
49
execution will stop at this line, with the content of ... shown to you. If
50
... includes variables, the latter will be substituted according to the usual
50
... includes variables, the latter will be substituted according to the usual
51
WIMS variable substitution rules.
51
WIMS variable substitution rules.
52
 
52
 
53
</ol>
53
</li></ol>
54
 
54
 
55
:end
55
:end
56
 
56