Debug Output...

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

Debug Output...

Post by Michael Vogel »

...can be very helpful, but sometimes you get tons of lines to investigate :?

There are a lot of possibilities to enhance the debuggers output: bold text, an additional column for remarks, Debug/DebugN commands to allow also multiple output into one line etc.

But what about allowing to set the background color for debugging lines with a command like Debug "Test"+Str(n) On #Yellow? This could be helpful to identify certain lines very quickly.
User avatar
ostapas
Enthusiast
Enthusiast
Posts: 192
Joined: Thu Feb 18, 2010 11:10 pm

Re: Debug Output...

Post by ostapas »

+1. Also, an additional button or context menu for copying a single debug output line to clipboard would be awesome.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Debug Output...

Post by PB »

The copy button should only copy any selected lines.
Then you could just do Ctrl+A for all if you wanted all.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply