Multiple Debugger Output-List

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
ostapas
Enthusiast
Enthusiast
Posts: 192
Joined: Thu Feb 18, 2010 11:10 pm

Re: Multiple Debugger Output-List

Post by ostapas »

Brilliant idea!
jwrjrjwrjr
User
User
Posts: 14
Joined: Sat May 23, 2015 3:12 am
Location: The other Georgia

Re: Multiple Debugger Output-List

Post by jwrjrjwrjr »

Alexi wrote:If you output a lot detailed Information it can be a big confusing flood, especially if you don't use 'Debug' just temporary. So it would be nice if the Debugger Output adds another tab if something like this is called:

Code: Select all

Debug(1) "Hello Tab 1"
Debug(0) "Hello Tab 0"  ; same like Debug "Hello Tab 0"
Regards,
Alexi

I'm new to PB and had this same thought. Searching the topic I ran across this thread and thought I would give it a bump.

+1
Post Reply