...
BrightSign offers an extensive array of developer tools. These are listed here in alphabetical order.
BrightSign
...
Shell & BrightScript Debugger
The BrightSign Shell , also referred to as the BrightSign Console, is the CLI (command-line interface) that enables interaction with the BrightSign OS BrightSignOS through a serial cable or telnetTelnet/SSH, both of which have their own sections on this page.
From the BrightSign Shell, the script
command can be used to access the BrightScript Debug Console, and the node
command can be used to access Node related functions.
From the BrightScript Debug Console, typing the exit
command will access the BrightSign Shell.
Commands for the BrightSign Shell can be found here.
BrightScript Debug Console
The BrightScript Debugger is a tool that facilitates debugging of BrightScript code. It is available through the BrightSign Shell (see below). To turn the BrightScript Debugger on, type script debug on
at the console. More info about these tools can be found here.
Crash Dumps
If a player encounters a non-deliberate shutdown (aka a crash), “crash dumps” are generated upon reboot. These files contain useful information that BrightSign Support can analyze and use for troubleshooting. These files can be found in the brightsign-dumps folder located in the root folder of the player’s storage device.
...