Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h1>Here is a simple step-by-step</h1> <ol> <li>Download the latest version of <a href="http://sourceforge.net/projects/zwamp/files/" rel="nofollow">Z:WAMP</a></li> <li>Extract Z:WAMP wherever you like. </li> <li>Download the <a href="http://www.xdebug.org/files/php_xdebug-2.1.0-5.3-vc9.dll" rel="nofollow">XDebug DLL</a></li> <li>Copy the XDebug DLL to {zwamp directory}/vdrive/.sys/php/ext/</li> <li>Add the following text to the bottom of the {zwamp directory}/vdrive/.sys/php/php.ini file <pre> [xdebug] zend_extension="/.sys/php/ext/php_xdebug-2.1.0RC1-5.3-vc9.dll" xdebug.remote_enabled=1 xdebug.remote_connect_back=1 </pre></li> <li>Run {zwamp directory}/zwamp.exe and accept the security messages for Apache and Mysql.</li> <li>Delete everything under {zwamp directory}/vdrive/web/</li> <li>Copy your magento project into the {zwamp directory}/vdrive/web/ directory</li> <li>Download the latest version of <a href="http://netbeans.org/downloads/" rel="nofollow">NetBeans PHP</a> and install it. </li> <li>Start netbeans and click File > New Project</li> <li>Click the <em>PHP</em> Category, Select the <em>PHP Application with Existing Sources</em> option</li> <li>Click <strong>Next</strong></li> <li>Click <strong>Browse</strong> on the <em>Sources Folder</em> option</li> <li>Select the {zwamp directory}/vdrive/web directory</li> <li>For <em>PHP Version</em>, Select version <em>5.3</em></li> <li>Click <strong>Next</strong></li> <li>For <em>Project URL</em> enter "http://127.0.0.1/" (Magento had/has a problem with names that do not have a TLD)</li> <li>Click <strong>Finish</strong></li> <li>Wait for the <em>Scanning Projects..</em> to finish (bottom right status bar, it takes a while)</li> <li>Open a code file, add a breakpoint, and run in debug mode (Ctrl-F5).</li> <li><strong>Profit!</strong></li> </ol> <h2>To turn off the 'break on start' option</h2> <ol> <li>Select <em>Tools</em> > <em>Options</em></li> <li>Select <em>PHP</em></li> <li>Select the <em>General</em> tab</li> <li>Under Debugging, un-check the <em>Stop at first line</em> option</li> <li>Click <strong>Ok</strong></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload