Core Docs | Additional Modules Docs

sb.debugwin


@Description: Write debug information to a pop up window
@File: utils/debugWin.js
@Param: String data The data to write
@Param: String backgroundColor The background color to write behind the data message
@Example:
sb.debugWin('hello world error', 'red');