A ClearDebugger keyword could make the manual and continous cleaning of the debugger output obsolete.
Advantage: Better overview about the data in the debugger.
I could imagige, that there are a lot of opportunities where this keyword would be useful, e. g. when working with arrays/linked lists.
Unfortunately, I've got a stupid example only:
Code: Select all
Repeat
Debug FormatDate("%hh:%ii:%ss", Date())
ClearDebugger
Forever