Skip to main content

Weda DevTools

The WeDa Low-Code browser debugging tool can debug WeDa Low-Code web applications, view the application's running status and data requests, debug code, and view the complete configuration.

Browser Support

  • Desktop Chrome

Installation Methods

Chrome Web Store Installation

Via Chrome Web Store one-click installation with automatic updates support

Usage

After installing the extension, it supports debugging the following types of applications

  • Applications developed in the WeDa Editor
  • Real-time preview links shared from the WeDa Editor
  • Published Web applications (only supports debugging under the default domain; applications under custom domains are not supported)

Open Chrome Developer Tools

  • In the Chrome menu, select More tools > Developer tools
  • Right-click on the page element and select "Inspect"
  • Use the shortcut keys Ctrl+Shift+I (Windows) or Cmd+Opt+I (Mac)

Then locate the WeDa Developer Tools panel to debug

Release Notes

V1.3.0

Updates:

  • Supports locating WeDa component nodes by selecting the page via DevTools

V1.2.0

Updates:

  • Supports debugging published applications and applications under development in the editor
  • Supports displaying component CSS configurations
  • Optimize the UI display

V1.1.0

Updates:

  • Supports viewing the runtime status of data variables and queries
  • Added viewing of the complete JSON configuration for applications
  • Fixed the incompatibility issue with the newly added layout capability
  • Fixed the issue of occasionally occurring disorder in runtime values
  • Remove unnecessary development permission requests

V1.0.0-alpha.1

  • Supports basic features
  • Supports debugging real-time preview pages