Skip to content

Developer Tools in ExeOutput Apps

Enable Developer Tools in Your App

In ExeOutput for PHP, navigate to Application Settings => Rendering Engine. Developer Tools are accessible if you enable DeveloperTools on the Rendering Engine page:

Enable Developer Tools

Enabling Developer Tools in Pop-up or Secondary Windows

Developer Tools are also now accessible in secondary windows or pop-ups. To enable this feature:

  1. Set the DevToolsInPopup property to TRUE on the Rendering Engine page.

  2. In secondary windows, Developer Tools will function slightly differently. Instead of opening as a section within the window, they will launch as an additional independent window.

Accessing Developer Tools in Your App

If enabled, Developer Tools can be accessed through the app's context menu: simply right-click to display the context menu and select "Developer Tools":

Developer Tools

You can also access Developer Tools in Google Chrome (or any other web browser) by navigating to http://localhost:9000 when your app is running.

Note

Use the DevToolsPort property to change the listening port to access Chromium Developer Tools for the application. 9000 is the default value.

Warning

Ensure that Developer Tools are disabled before distributing your app!