[TYPO3-core] RFC #8305: SQL debug output is not shown in the Backend

Steffen Kamper info at sk-typo3.de
Mon May 31 19:45:28 CEST 2010


Hi,

Jochen Rau schrieb:
> 
> I disagree here. Adding a css class isn't a solution IMO. I use this 
> feature to group debug output in a more flexible way:
> 
> debug($foo, -3);
> debug($bar, 1);
> debug($baz, 1);
>

hm - i group other way:
debug(array($foo1, $foo2), 'Group1');
debug(array($bar1, $bar2), 'Group2');

> I am not against removing features as this mostly reduces complexity of 
> the product. But we should not remove features
> - without a (short) discussion
> - without adding a note to extension developers
> - without patching places in the core that are affected (at least 2 
> occurrences)
> 

i asked around everywhere before, iirc i did this also on one of the 
lists, noone seems to use that.
We can reintegrate this if you insist, though debug output format is low 
priority imho.

vg Steffen


More information about the TYPO3-team-core mailing list