Changes for page Debug Program Logic

Last modified by Scott Kohlmann on 2024/01/05 18:55

From version 2.1
edited by Alexander Mott
on 2022/10/13 23:17
Change comment: There is no comment for this version
To version 3.1
edited by Alexander Mott
on 2022/10/13 23:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,14 +4,6 @@
4 4  
5 5  (% class="row" %)
6 6  (((
7 -(% class="box warningmessage" %)
8 -(((
9 -As of version 3.020, debug messages print to the event log instead of the console.
10 -To enable debug messages to print to the console in version 3.020 and newer, run the following commands:
11 -##sr eventlog true
12 -sr eventlog console true
13 -sr eventlog level trace##
14 -)))
15 15  
16 16  The showrunner™ program has several powerful command-line tools that can be used in order to determine whether or not the program is configured correctly. Knowledge of how to use these tools can help with on-site troubleshooting and narrow down issues with programming or installation.
17 17  
... ... @@ -58,6 +58,15 @@
58 58  
59 59  = ##sr debug logic## commands =
60 60  
53 +(% class="box warningmessage" %)
54 +(((
55 +As of version 3.020, debug messages print to the event log instead of the console.
56 +To enable debug messages to print to the console in version 3.020 and newer, run the following commands:
57 +##sr eventlog true
58 +sr eventlog console true
59 +sr eventlog level trace##
60 +)))
61 +
61 61  The ##sr debug logic## command is used to enable or disable debug messages in the Text Console. Some devices are more chatty than others when it comes to the number of debug messages sent, so there are several categories of debug messages available that can be toggled independently. A list of all possible debug commands can be displayed in the text console by running the command "##sr debug logic ?##", however the most frequently used are given below:
62 62  
63 63  |=(% style="width: 217px;" %)Command|=(% style="width: 765px;" %)Result