[TYPO3-dev] which profiler? - tt_products not working with 4.0Beta3

Dmitry Dulepov typo3 at fm-world.ru
Fri Mar 3 12:41:21 CET 2006


Hi!

Franz Holzinger wrote:
> What do you think, what the reason for this error could be?

Something related to new workspace code?

> I need to use a profiler for further investigation. Which profiler for
> PHP do you recommend to use?

Why profiler? You probably need a debugger. Step over function and
locate where it hangs for a while. phpEclipse+DBG will do just fine. I
debugged BE and FE several times with them.

Even if you find a place with profiler, you will need debug() calls to
output veriables, etc. With debugger it will be much faster.

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)




More information about the TYPO3-dev mailing list