Change Debug window title

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Keya
Addict
Addict
Posts: 1890
Joined: Thu Jun 04, 2015 7:10 am

Change Debug window title

Post by Keya »

Sometimes if im in a long loop i dont want to flood the debug output with line after line of Debug() strings but I need a way of knowing the progress, so it would be nice if there was a command like DebugTitle("new title") to set the Debug window title. Thankyou for considering!
User avatar
Keya
Addict
Addict
Posts: 1890
Joined: Thu Jun 04, 2015 7:10 am

Re: Change Debug window title

Post by Keya »

also remove please the #CRLF$ appendage from Debug(), and add a complimenting DebugN() which has that :)
Post Reply