[Implemented] A new Debugger keyword: ClearDebugger
Posted: Thu Feb 07, 2008 11:55 pm
Hello!
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:In this example, there would only be 1 line permanently in the debugger outpuit window.
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