[TYPO3-english] question about debug in typo3 site

2012-12-30 Thread tom liu
Hi, I want to debug in a live typo3 site through debug() or var_dump(). But I do not want the result show on webpage. So what is the best way to debug in a live typo3 site? Thanks Tom ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://l

Re: [TYPO3-english] question about debug in typo3 site

2012-12-31 Thread Philipp Gampe
Hi tom liu, tom liu wrote: > I want to debug in a live typo3 site through debug() or var_dump(). But I > do not want the result show on webpage. > So what is the best way to debug in a live typo3 site? Use a devlog extension to see the log and log to devlog. Or use the TYPO3 debug() function (t

Re: [TYPO3-english] question about debug in typo3 site

2012-12-31 Thread tom liu
Got it. Thanks Tom On Mon, Dec 31, 2012 at 5:26 PM, Philipp Gampe wrote: > Hi tom liu, > > tom liu wrote: > > > I want to debug in a live typo3 site through debug() or var_dump(). But I > > do not want the result show on webpage. > > So what is the best way to debug in a live typo3 site? > > Use