debugger
Add adebugger statement in the action panel to set breakpoints and perform step-by-step debugging when the breakpoint is hit through user actions during preview:
- Add the debugger statement:
- Hit the breakpoint on the preview page and start step-by-step debugging:
Press cmd/ctrl + P in the Browser Console, Open page.js, and Add Breakpoints Directly for Debugging
Open the Self-Service Debug Panel
Developers can append the__showDevtools parameter to the page URL to enable the debug panel (self-service link assembly). For example: https://www.aliwork.com/bench/feedback?__showDevtools.
Through the debug panel, developers can:
- View Data Source variables
- View form data
- View failed requests
- Report error logs
Enable Schema Workbench (Schema Import/Export)
In the lower-left corner of the YiDA form designer, there is a hidden button that enables the schema workbench. You can quickly generate pages by importing schemas in the schema workbench, and you can also edit schemas directly within the workbench to quickly define forms by modifying the schema. Simply append the__debug parameter to the design link URL to enable it (self-service link assembly), as shown below: