Files
gh-secondsky-sap-skills-ski…/references/check-errors.md
2025-11-30 08:55:33 +08:00

15 lines
491 B
Markdown

# Check Errors in Scripting (2025.23)
Source: `help-portal-d57d183a83f247e390c562719a42de51.md`.
## Errors panel
1. Toolbar → Views → **Info Panel****Errors**.
2. Filter by widget name; toggle errors vs warnings; expand/collapse all.
3. Click an entry to jump to script with highlight.
4. Fixed items disappear automatically; close via Info Panel or panel close icon.
## Notes
- Use before runtime to catch missing references/typos.
- Complements browser-console debugging.