mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
334 B
334 B
Debug Mode
Sky can be switched into debug mode, in which:
- documented asserts are checked and logged to the console
- if you miss frame deadlines, your screen flashes (in addition to the exceptions throwing)
- the dartanalyzer is run on all files and output logged to the console
- code is run in checked mode