Skip to content

Debugging the Embedded WebView Editor

joorjoor edited this page Dec 12, 2020 · 1 revision

Back to Cookbook

The embedded webview editor can be debugged by using an external instance of the Google Chrome browser or Chromium that can attach to the Chrome dev tools inside the embedded web view.

Launch Chrome and navigate to the following URL: http://localhost:3335/

This will give you a list of editor tabs that you can debug. You should be able to use the typical features to inspect variables, set breakpoints, etc.

Clone this wiki locally