[TYPO3] debugging php of an extension

Bernd Wilke 19m0nyq02 at sneakemail.com
Wed May 23 11:33:17 CEST 2007



"dave typo" <typothree at gmail.com> schrieb im Newsbeitrag
news:mailman.246045.1179841594.21067.typo3-english at lists.netfielders.de...
> how is that extension different from simply using the debug() code in
> a php file?
>
> On 5/22/07, Bernd Wilke <19m0nyq02 at sneakemail.com> wrote:
> > "dave typo" <typothree at gmail.com> schrieb im Newsbeitrag
> >
news:mailman.245445.1179828298.21067.typo3-english at lists.netfielders.de...
> > > free solution?
> >
> > http://typo3.org/extensions/repository/view/cc_debug/1.0.0/
> >
> > ;-)
> >
> > Bernd
> >

it is not much differnet. this Extensions just put all debug-output in an
own window, so your normal website is not disturbed.

I use it a lot with calls like:
debug(array('var1'=>$var1,'var2'=>$var2),'in func xyz',__LINE__,__FILE__,5);

(most people don't know more than two paramters)

Bernd
--
http://www.pi-phi.de/t3v4/cheatsheet.html



More information about the TYPO3-english mailing list