Page 1 of 1

Automatically minimize Debug Output window

Posted: Sat Oct 04, 2008 2:42 pm
by Hi-Toro
Fred & co, please could you consider adding the option to have the Debug Output window automatically minimize when running a program?

Debug mode can seem really slow when outputting a lot of information (eg. listing sub-directories), but I've found that if you minimize the Debug Output window it can finish in a fraction of the time, and you can then just review the output at your leisure.

Try this in Debug mode -- the Debug Output window opens and prints "Hello World" 10,000 times, but takes around 10 seconds to do so here:

Code: Select all

For a = 1 To 10000
	Debug "Hello World"
Next
Now try it again, but immediately minimize the Debug window -- the program now ends in around 2 seconds!

It'd be nice if it could automatically minimize when running a program, and perhaps also pop up when a program is ended.

Thanks for reading!

Re: Automatically minimize Debug Output window

Posted: Sat Oct 04, 2008 3:08 pm
by PB
I disagree. I like to see it when I run my apps, and having to restore it would
suck. In another post Freak said there is a big speed increase for the debug
window for v4.40, so perhaps wait for that? See here for the discussion:
http://www.purebasic.fr/english/viewtopic.php?t=34063

Posted: Sat Oct 04, 2008 9:48 pm
by Hi-Toro
I was asking for the option to minimize the window, not to force it on everyone. It's certainly useful to be able to see it by default too.

I don't imagine that much can be done to speed up the listview display, since that's controlled by Windows.

Posted: Sun Oct 05, 2008 3:52 am
by PB
Sorry, I missed the word "option". :oops: I was going by the title only.