90301 / Crescent-CRM-V

the vaadian version of Crescent CRM.
2 stars 0 forks source link

Debugging Info Blocks #256

Closed 90301 closed 7 years ago

90301 commented 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.

90301 commented 7 years ago

v1.55