Opened Files vs Parsed Files Distinction
From SQLBrowser
SQLBrowser displays SQL code in two kind of files:
- Editable Files: this is what you obtain by opening an SQL file for editing.
- Parsed Files: This is the result of an Analysis. These fiels are read-only and presented in a yellowish background window. These 'parsed' objects have associated analysis in the form of Trees on the left hand side. Note that debugging can only happen on Parsed Files
It is important to understand the distinction between these two kind of files


