There was an error while loading. Please reload this page.
If you want to log incoming data to the console, you can use the following setting in application.coffee
application.coffee
Dashing.on 'ready', -> Dashing.debugMode = true
Otherwise, drop a debugger line in the onData method of a widget.
debugger
onData
onData: (data) -> debugger