Enabling and using developer tools
Overwolf has decided to disable the Chrome Developer Tools by default in order to protect users and developers from potential security breaches. As developer you will need these tools to help you diagnose and debug potential issues in your app. The Chrome Developer tools can be toggled on or off either using the command line or changing a Windows registry key.
The easiest way to enable Chrome Developer Tools is to add a registry key.
Using the command line
To enable the Chrome Development Tools through the command line use overwolf.exe --ow-enable-features=enable-dev-tools
.
To disable the Chrome Development Tools through the command line use overwolf.exe --ow-disable-features=enable-dev-tools
.
Using this method, you may need to re-enable the Chrome Development Tools after a client update.