| OLD | NEW |
| 1 Debug Mode | 1 Debug Mode |
| 2 ========== | 2 ========== |
| 3 | 3 |
| 4 Sky can be switched into debug mode, in which: | 4 Sky can be switched into debug mode, in which: |
| 5 | 5 |
| 6 - documented asserts are checked and logged to the console | 6 - documented asserts are checked and logged to the console |
| 7 - sky:debug exports its symbols | 7 - if you miss frame deadlines, your screen flashes (in addition to |
| 8 - if you miss frame deadlines, your screen flashes | 8 the exceptions throwing) |
| 9 - the dartanalyzer is run on all files and output logged to the |
| 10 console |
| 11 - code is run in checked mode |
| OLD | NEW |