[Debug] Suppress [CRLF] at end of output.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

[Debug] Suppress [CRLF] at end of output.

Post by skywalk »

Now that the Debug window is an editor gadget, can we have a way to suppress the newline at the end of a Debug statement?
Debug "something",1,#PB_Debug_NoNewLine
Or
DisableDebugNewLines / EnableDebugNewLines
Or
Add an optional Debugger setting:
[±] Debug statement appends NewLine

Would be much easier to output tables and matrices without building them 1st in a string temp variable.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum