WIP: Better debug tools #3

Open
miko wants to merge 0 commits from feature/strict-mode into development
miko commented 3 years ago
Owner

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, when strict mode is active.

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*, when `strict` mode is active.
miko added 5 commits 3 years ago
miko added 3 commits 3 years ago
miko added 1 commit 3 years ago
miko added 1 commit 3 years ago
610ce2c0d3 fixed test
miko added 1 commit 3 years ago
miko added 1 commit 3 years ago
miko added 1 commit 3 years ago
miko added 1 commit 3 years ago
miko added 1 commit 3 years ago
miko added 1 commit 3 years ago
miko added 1 commit 3 years ago
af61963440 better editor features:
miko added 4 commits 3 years ago
This pull request is marked as a work in progress.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: massivedynamic/Parkdown#3
Loading…
There is no content yet.