Page 1 of 1

[Implemented] A new Debugger keyword: ClearDebugger

Posted: Thu Feb 07, 2008 11:55 pm
by AND51
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:

Code: Select all

Repeat
	Debug FormatDate("%hh:%ii:%ss", Date())
	ClearDebugger
Forever
In this example, there would only be 1 line permanently in the debugger outpuit window.

Posted: Fri Feb 08, 2008 12:01 am
by milan1612

Posted: Fri Feb 08, 2008 1:00 am
by AND51
milan1612 wrote:Already requested...
Ooops! :oops: