Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...
This software, available for Mac and PC, provides an easy-to-use interface for creating presentations, create and assign player schedules, and monitor player status and health of players. The software also enables users to setup, activate, and provision new players as well as manage user roles and permissions.
BrightScript
...
Debug Console
The BrightScript Debugger Debug Console is a tool that facilitates debugging of BrightScript code. It is available through the BrightSign Shell (see below). To turn the BrightScript Debugger Debug Console on, type script debug on
at the console. More info can be found here.
...
From the BrightSign Shell, the script
command can be used to access the BrightScript DebuggerDebug Console, and the node
command can be used to access Node related functions.
...
Identifying and resolving memory leaks <-- currently a draft page
Web Inspector
Web pages can be debugged over the local network using the Web Inspector.
...