Closed 90301 closed 7 years ago
Have info chopped up into blocks. have the ability to signal when a new block is starting for that debug object.
Example:
--------------------- Client 1 Note History ... --------------------- Client 2 Note History Error X ... ---------------------
in the code it would just look like: { debugging.output(<text>,DebugObject); ... debugging.endBlock(DebugObject); }
This could be used in combination with a filter to find more relevant debug info more quickly.
v1.55
Have info chopped up into blocks. have the ability to signal when a new block is starting for that debug object.
Example:
This could be used in combination with a filter to find more relevant debug info more quickly.