HTML Developer Tools
The Alteryx HTML GUI SDK tools interface uses a Chromium Embedded Framework (CEF). CEF is a framework for embedding Chromium-based browsers in other applications. You can use the Chrome Developer Tools to debug the interface of your tool.
To enable Chrome Developer Tools, follow these steps:
Designer Versions 2025.2 and Newer
Additional Designer Versions
This process also applies to these Designer versions:
2023.2 Patch 12
2024.1 Patch 11
2024.2 Patch 8
2025.1 Patch 2
Designer versions prior to 2021.1.
In these versions, the process to enable developer tools involves several steps. To enable Chrome Developer Tools...
Enter
regedit.exein the command prompt, or search from the Start menu, to open the Registry Editor.Browse to
HKEY_CURRENT_USER\Software\SRC\Alteryx.Right-click the folder, point to New, and select Key.
Enter DebugGui.
Right-click the default value and select Modify.
Enter 1 in Value data and select OK.
Restart Alteryx Designer.
In the Designer main menu, select Debug and select Show CEF Developer Tools.
The Alteryx HTML Developer Tools window automatically opens when you select a tool or window that uses the Chromium Embedded Framework.
Adding this registry key allows for remote debugging on port 9222, allowing CEF to be debugged from any CEF or Chrome browser window. To access the CEF remotely, go to the localhost URL oriented to the debugging port number: http://localhost:9222
Designer Versions 2021.1 to 2023.2
注意
This process also applies to versions 2024.1, 2024.2, and 2025.1 if you haven't installed the patches listed in the above section.
Open Alteryx Designer and access the main menu.
Select Options > Advanced Options > Show HTML Developer Tools.
The Alteryx HTML Developer Tools window automatically opens when you select a tool or window that uses the Chromium Embedded Framework.