Dear community, is there a best practise for developing Brightscript or Node.js? Is there any software tool to run and debug the code or is there an easy worklflow for editing and debugging on the players?
Thank you!
Kind regards
Nils
2 comments
-
Bright Scripters Start here to get started with BrightScript
https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672795/BrightScript+Debug+Console
For Node.js learn how to enable he Javascript console and BrightSign shell to access the Node.js REPL.
Learn how to put the player in debug mode.
The search box in documentation can help you find things quickly
https://brightsign.atlassian.net/wiki/spaces/DOC/overview?mode=global
Probably the best advice would be to avoid player reboots during development.
-
Ken Campbell SSH or Telnet application/debug console access to the device is essential for developing / testing / debugging anything but the most trivial of scripts.
https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370673607/Telnet+and+SSH
https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672795/BrightScript+Debug+Console
Ken