[TYPO3-dev] debug: dump everything in the broweser
    Asbjoern Morell 
    atmorell at gmail.com
       
    Tue Mar 27 21:59:51 CEST 2007
    
    
  
Hello
t3lib_div::debug($this); works - I get this error with: 
t3lib_div::debug($GLOBALS);
Catchable fatal error: Object of class t3lib_timeTrack could not be 
converted to string in 
/mounted-storage/home48a/sub001/sc30931-BJFS/www/typo3/typo3_src-4.1/t3lib/class.t3lib_div.php 
on line 2787
How do I get "nice" colors and boxes like with phpdump and ccdump? That is 
very useful for multidimensional arrays.
Best regards.
Asbjørn Morell.
>
> use t3lib_div::debug($this) - but you get only the Object
> If you want to see a big debug, use t3lib_div::debug($GLOBALS) :-)
>
> vg  Steffen
>
> 
    
    
More information about the TYPO3-dev
mailing list