[Debug] Suppress [CRLF] at end of output.
Posted: Sun Aug 04, 2013 5:53 pm
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.
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.