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.
Using the windows registry key
To enable a feature through the registry:
- Open the regedit tool.
- Navigate to
[HKEY_CURRENT_USER\SOFTWARE\Overwolf\CEF]. - In the Edit menu, select New, and String value.
- In the Name field, enter
enable-featuresand in the Value data field, enterenable-dev-tools. Then press OK.
Using this method, you may not need to re-enable the Chrome Development Tools after a client update.
Uninstalling the Overwolf client removes the registry key.
The command line overrides the registry entry and will explicitly disable this feature even of the registry key is enabled.
Alternatively, download the enable dev tools tool. After downloading, run it to add and enable the registry key.
The Chrome Development Tools should be enabled. If the tools are not working, restart your computer.
Using developer tools
The Overwolf developer toolkit is a set of web authoring and debugging tools.
You can use these tools for a variety of tasks, among them: Listing which assets the page has requested, how long each asset took to load, reviewing tools for currently-loaded HTML, CSS or JS, and more.
Chrome Developer Tools are disabled by default. You can enable them by adding a registry key.
Accessing the Overwolf developer tools
Use the following methods to access the Overwolf developer tools.