Page 1 of 2

[Implemented] Courier as font in debugger

Posted: Sun Jan 21, 2007 10:49 pm
by Joakim Christiansen
I want the debugger to use a Courier font so all the characters have the same width, would be much better when you try to list stuff...
Actually I think the user should be able to choose the in from the preferences!

Posted: Mon Jan 22, 2007 10:07 am
by Derek
Definately needs to be non-proportional. Good idea.

Re: Courier as font in debugger

Posted: Mon Jan 22, 2007 10:17 am
by PB

Re: Courier as font in debugger

Posted: Thu Apr 19, 2007 2:09 pm
by Philippe-felixer76
Mabe another request on 19-04-2007 would help a bit...

Realy Fred, it would be very handy to be alble to change the
font in the debugger.

Re: Courier as font in debugger

Posted: Thu Apr 19, 2007 9:47 pm
by PB
The debugger should have an option for the font; not just lock it to Courier.

And another idea for the debugger: it should have a horizontal slider bar,
so we can see all the lengths of long strings, as in this (silly) example code:

Code: Select all

For a=1 To 500 : a$+Chr(Random(254)+1) : Next
Debug a$ ; Currently the debugger doesn't show all this.

Posted: Wed May 30, 2007 11:30 pm
by netmaestro
:D :D :D

Posted: Thu May 31, 2007 10:32 am
by PB
@netmaestro: Seriously, sometimes the Debug output can be very long, and
without a way to scroll it's pointless. I end up having to code a MessageBox
instead just to see it all. :(

Posted: Thu May 31, 2007 4:08 pm
by JCV
I just copy if the result is long. And yes the suggestion is good. :)

Posted: Fri Jun 01, 2007 11:04 am
by PB
> I just copy if the result is long

Too much extra work, because you lose what's in the clipboard, and then have
to paste it somewhere to view it. Better to just scroll to see it immediately. Can't
see how hard this would be too add -- it's just a window style flag. :P

Posted: Fri Jun 01, 2007 11:36 am
by freak
PB wrote:> I just copy if the result is long

Too much extra work, because you lose what's in the clipboard, and then have
to paste it somewhere to view it. Better to just scroll to see it immediately. Can't
see how hard this would be too add -- it's just a window style flag. :P
Actually it is not... the ListView is a bit weird there and you have to do size calculations manually then.

Anyway, did you try this in the 4.10 beta? ;)

Posted: Fri Jun 01, 2007 12:19 pm
by PB
> Anyway, did you try this in the 4.10 beta? ;)

Now I have... ohhhhhhh! :) Where can I donate to you?

Posted: Fri Jun 01, 2007 2:05 pm
by netmaestro
hehe good one :twisted:

Posted: Fri Jun 01, 2007 2:37 pm
by PB
And I actually didn't notice it had a scrollbar now because it doesn't show up
initially -- so I can be forgiven for not noticing it before! :P

Posted: Fri Jun 01, 2007 2:42 pm
by netmaestro
@freak:

I know you're busy just now, but if you could find some time later today to forgive PB that would be great. Thanks!

Posted: Fri Jun 01, 2007 2:43 pm
by Trond
PB wrote:And I actually didn't notice it had a scrollbar now because it doesn't show up
initially -- so I can be forgiven for not noticing it before! :P
Which means you didn't actually need this! :twisted: