[Implemented] Commands to Clear/Close Debug Display

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
oldefoxx
Enthusiast
Enthusiast
Posts: 532
Joined: Fri Jul 25, 2003 11:24 pm

[Implemented] Commands to Clear/Close Debug Display

Post by oldefoxx »

I'm using Debug to track API return values at different points in my program.
That way I can say what it is I am returning, then see what the returned
value is. Works fine, but It would be helpful if I can more control over the
Debug Window itself - clearing of previous results, or closing it when I am
past the point of using it to display pertenant information.
has-been wanna-be (You may not agree with what I say, but it will make you think).
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

This would be great! Clearing the Debug Output window would be very helpful
--Kale

Image
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

In the mean time DbgView is pretty useful.
Post Reply