Clear the debug window content by a function

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Clear the debug window content by a function

Post by Michael Vogel »

Sometimes a lot of debugging info floats the debug window, maybe a simple command, like Debug Clr could be useful to remove the debug lines from the program.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Clear the debug window content by a function

Post by PB »

Been requested a million times. Do a search and you'll see. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Technically this is already possible using some fancy API to clear the list gadget. But I don't know of any way to identify which debug window belongs to which source.
Post Reply