Rev 17228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17228 | Rev 18156 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | in the tmp/sessions/XXXX directory where XXXX is the session |
16 | in the tmp/sessions/XXXX directory where XXXX is the session |
17 | number. This debugging trace is in action each time the wims command |
17 | number. This debugging trace is in action each time the wims command |
18 | is executed from a server administrator IP and the debug mode is |
18 | is executed from a server administrator IP and the debug mode is |
19 | enabled (it is then written $emph tmp_debug=yes$emphend in log/wims.conf). |
19 | enabled (it is then written $emph tmp_debug=yes$emphend in log/wims.conf). |
20 | You can add a $emph tmp_debug_var$emphend variable to the log/wims.conf file |
20 | You can add a $emph tmp_debug_var$emphend variable to the log/wims.conf file |
21 | and assign to it the list of variable names whose evolution you want |
21 | and assign to it the space-separated list of variable names whose evolution you want |
22 | to know when running the program. You can also add a $emph tmp_debug_use_var$emphend |
22 | to know when running the program. You can also add a $emph tmp_debug_use_var$emphend |
23 | variable to the log/wims.conf file and assign to it a list of variable names: |
23 | variable to the log/wims.conf file and assign to it a space-separated list of variable names: |
24 | each time one of these variables is used, its value is put in the debugging trace. |
24 | each time one of these variables is used, its value is put in the debugging trace. |
25 | </li><li> |
25 | </li><li> |
26 | When the server is configured to be in debug mode, peripheral |
26 | When the server is configured to be in debug mode, peripheral |
27 | software error messages are displayed at the bottom of the html page. |
27 | software error messages are displayed at the bottom of the html page. |
28 | </li> </ul> |
28 | </li> </ul> |