| Index: sky/specs/debug.md
|
| diff --git a/sky/specs/debug.md b/sky/specs/debug.md
|
| index 3b6c40bfd070018526b9664327c3f2eeeadf47b4..551509b37960be49bb733126ababf082ffbb2729 100644
|
| --- a/sky/specs/debug.md
|
| +++ b/sky/specs/debug.md
|
| @@ -4,5 +4,8 @@ Debug Mode
|
| Sky can be switched into debug mode, in which:
|
|
|
| - documented asserts are checked and logged to the console
|
| - - sky:debug exports its symbols
|
| - - if you miss frame deadlines, your screen flashes
|
| + - 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
|
|
|