The stream of incoming dashboard data events can be watched through the following URL with the help of curl command:
curl http://dashboard.devternity.com/events
To see incoming events in browser's Javascript console, just add the following line to any active widget's ready method:
Dashing.debugMode = true
To check database state:
sqlite3 /var/lib/sqlite/twitter.db