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
Amplitude.init({
songs: [...],
debug: true
})
Method
Amplitude.setDebug( true );