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
- Open command line by clicking start menu, and typing 'cmd'. Choose Command Prompt.
- type cd c:/Program Files/Anki
- type set AWESOMETTS_DEBUG_LOGGING=file
- type set AWESOMETTS_DEBUG_FILE=%TEMP%\awesometts.log
- type anki
- Use AwesomeTTS and attempt to exercise the feature which is problematic / experiencing bugs.
- Close Anki.
- 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
- Open terminal
- export AWESOMETTS_DEBUG_LOGGING=enable
- /Applications/Anki.app/Contents/MacOS/Anki
- you should see some logging output on the terminal