WIP: Better debug tools #3
Open
miko
wants to merge 0 commits from feature/strict-mode
into development
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feature/strict-mode'
Deleting a branch is permanent. It CANNOT be undone. Continue?
We would like to introduce a
strict
mode, where parsing errors result in program abortion with debug info output.In live mode, the parser should do its best to prevent parsing errors, by fuzzy fixing broken input, much like a browser.
Debugging
In
index.php
, the errors from the parser should get catched and output generated, that allows for directly opening the location of the error inside vscode, whenstrict
mode is active.