Debugging Magento Windows Development Environment

I have seen hundreds of posts on how to set up the Magento Windows development environment. But nowhere could I find a good tutorial on this subject, provided it was properly debugged. I have tried many IDEs and debugging environments (Zend, Xdebug), but I cannot find a way to actually make this work.

It would be great if I could set a breakpoint in the .phtml file so that I can see what is happening and check all the variables / objects.

Any (experienced) Magento developers who can explain how to set up an appropriate development environment for Magento on a Windows machine.

Hope to get feedback ....

+5
source share
1

  • Z: WAMP
  • Z: WAMP .
  • XDebug DLL
  • XDebug {zwamp}/vdrive/.sys/php/ext/
  • {zwamp}/vdrive/.sys/php/php.ini
    [xdebug]
    zend_extension="/.sys/php/ext/php_xdebug-2.1.0RC1-5.3-vc9.dll"
    xdebug.remote_enabled=1
    xdebug.remote_connect_back=1
    
  • {zwamp directory}/zwamp.exe Apache Mysql.
  • {zwamp directory}/vdrive/web/
  • magento {zwamp directory}/vdrive/web/
  • NetBeans PHP .
  • netbeans "" > " "
  • PHP, " PHP "
  • " "
  • {zwamp directory}/vdrive/web
  • PHP 5.3
  • URL- "http://127.0.0.1/" ( Magento / , TLD)
  • .. ( )
  • , (Ctrl-F5).
  • Profit!

"break on start"

  • "" > ""
  • PHP
  • "" "Stop at first line"
+2

All Articles