Debug Mode

Debug mode outputs verbose updates when Amplitude actions take place to see the current config and statuses of the AmplitudeJS player. To turn on AmplitudeJS debug mode you can set it in the config or call:

Config

Turn on debug mode

Amplitude.init({
    songs: [...],
    debug: true
})

Method

Use a public method to turn on debug mode

Amplitude.setDebug( true );