Webview Inspectable for Debugging

Apparently, IOS and ANDROID both require your app be enabled to be “inspectable” in order to debug with DevTools or Inspect. I am using Appstudio/Voltbuilder; what should I do?

Thank you,

Warren

If you make a debug build, it should be inspectable. Release builds are not (good thing, too!).

In Project Properties, under VoltBuilder, release should be set to debug.

Screenshot 2026-01-18 at 2.15.48 PM

Thank you for the help