[TYPO3-mvc] debug repository object with debug()
Fabien Udriot
fudriot at omic.ch
Fri Apr 1 06:47:00 CEST 2011
Hi,
As of extbase 1.3, it is not possible anymore to debug a repository with debug() as the server will
run out of memory due to some recursive reference within the object (at least, this is my hypothesis)
$foos = $this->fooRepository->findAll();
t3lib_utility_Debug::debug($this->fooRepository, '$conceptScheme');
-> white page due to memory limit (which is 1024Mo BTW!)
t3lib_utility_Debug::debug($foos, '$conceptScheme');
-> white page due to memory limit
Are there other strategies to explore these objects? debug Fluid Helper maybe?
Cheers,
Fabien
More information about the TYPO3-project-typo3v4mvc
mailing list