Debugging
February 6, 2020 ยท View on GitHub
Sabaki is a desktop application built with web technologies, HTML, CSS and JavaScript, using Electron. Since Electron is built on Chrome, it ships with the exact same developer tools Chrome has. To activate the developer tools in Sabaki, follow these steps:
- Close Sabaki if necessary
- First, determine where Sabaki saves its settings:
%APPDATA%\Sabakion Windows$XDG_CONFIG_HOME/Sabakior~/.config/Sabakion Linux~/Library/Application Support/Sabakion macOS
- Open
settings.jsonand search for the keydebug.dev_tools - Set the value to
trueand savesettings.json - When you start Sabaki, it has an extra main menu item named 'Developer'
- Click on 'Toggle Developer Tools' in the menu