Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 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.