Enable debug messages in the browser console
masterBy default, BetterTTV does not output debug messages to the browser console. To enable them, you must set the consoleLog setting to true using the BetterTTV.settings.set method in your browser's JavaScript console.
BetterTTV.settings.set('consoleLog', true);