开发者

Is it possible to trace what exactly Magento is doing?

开发者 https://www.devze.com 2023-03-20 15:01 出处:网络
Is it possible to see the route chosen, controll开发者_开发百科er, etc.? I know I can turn on the inline tracing but that doesn\'t really seem sufficient.Look into Alan Storms Commerce Bug module and

Is it possible to see the route chosen, controll开发者_开发百科er, etc.?

I know I can turn on the inline tracing but that doesn't really seem sufficient.


Look into Alan Storms Commerce Bug module and I would highly recommend setting up X-Debug.


Tracing what Magento is doing and how the code flow works

Best way is to use PHP IDE like Eclipse along with Debugger like Xdebug.

Here are some useful links on Debugging PHP applications with Xdebug:-

http://www.eclipse.org/pdt/articles/debugger/os-php-eclipse-pdt-debug-pdf.pdf

http://devzone.zend.com/article/2930

0

精彩评论

暂无评论...
验证码 换一张
取 消