Debug Console
(Mixed properties declaration/call in the object are intentional).
Additional benefits against methods like:
* `MsgBox`: it doesn't halt code execution.
* `ToolTip`: you can print/review several lines.
* `FileAppend`: no need to keep "tailing" a log file.
To halt code execution, we have:
### Breakpoints
Breakpoints allow the user to stop at any given line and inspect the code mid-execution, enabling manual review and modification of variables on-the-fly for any scope.
To set a breakpoint click to the left of the line numbers, or set up a keyboard shortcut (look for `Debug: Toggle Breakpoint`) the default