Rev 15185 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
To debug in an administrative module, several possibilities.
<ul><li>You can set the command $emph !debug$emphend
in the chosen location of the module files followed by variable names
that you want to get value. The program will stop there
if the execution passes it through and then displays the values of the variables
in question.
</li><li>
The number of the
file lines in which the program runs are in
the
file trace
.txt of the tmp
/sessions
/XXXX directory where XXXX is the session number
,
each time the program is executed from a server administrator IP and
if the
the debug mode is enabled (it is then written $emph tmp_debug=yes$emphend in
You can add a
$emph tmp_debug_var
$emphend variable to the
log/wims
.conf
file
and assign to it
as values the
list of variables whose evolution we want to know
when running the program.
</li><li>
In debug mode, peripheral software error messages are displayed at the bottom of
the html page.
</li>
</ul>