[Implemented] A new Debugger keyword: ClearDebugger

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

[Implemented] A new Debugger keyword: ClearDebugger

Post 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.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Windows 7 & PureBasic 4.4
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

milan1612 wrote:Already requested...
Ooops! :oops:
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Post Reply