Debug Logging - AwesomeTTS/awesometts-anki-addon GitHub Wiki

AwesomeTTS has a debug logging feature which can help troubleshoot tricky issues. It's a developer option but can also be used by advanced users.

Windows

  1. Open command line by clicking start menu, and typing 'cmd'. Choose Command Prompt.
  2. type cd c:/Program Files/Anki
  3. type set AWESOMETTS_DEBUG_LOGGING=file
  4. type set AWESOMETTS_DEBUG_FILE=%TEMP%\awesometts.log
  5. type anki
  6. Use AwesomeTTS and attempt to exercise the feature which is problematic / experiencing bugs.
  7. Close Anki.
  8. Open Windows Explorer, enter %TEMP% in the address bar. You should see a file named awesometts.log. Paste the contents of the file when requested in an issue.

Mac

  1. Open terminal
  2. export AWESOMETTS_DEBUG_LOGGING=enable
  3. /Applications/Anki.app/Contents/MacOS/Anki
  4. you should see some logging output on the terminal