Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Debugging the Embedded WebView Editor

LaraEngebretson edited this page Jan 5, 2017 · 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