För att prova de tusentals tillägg tillgängliga här, ladda ner Mozilla Firefox, ett snabbt och gratis sätt att surfa på webben!
StängVälkommen till Firefox tillägg.
Välj bland tusentals extrafunktioner och stilar för att göra Firefox till ditt.
Stäng
easy Xdebug 1.5.1-signed.1-signed Kräver omstart
av brechtvhb
This addon was built to make debugging while using netbeans PHP easier.
Om detta tillägg
<p>Below you find a short description on how to get easy xdebug working together with netbeans.</p>
<p>To set your environment up go to netbeans:</p>
- Right click your project > properties > Run configuration > Advanced > Do not open webbrowser.
- Then right click the icon in the bottom right to start debugging your current page.
<p>In short, you have to copy php_xdebug*.dll file into your php's extensions dir and add following lines into your php.ini:<br/>
zend_extension_ts=php_xdebug.dll;<br/>
xdebug.remote_enable=On;<br/>
xdebug.remote_host="localhost;"<br/>
xdebug.remote_port=9000;<br/>
xdebug.remote_handler="dbgp";
</p>
<p>Restart your Apache server... and you can start using the addon!</p>
<p>Inspired by Xdebug helper from Denis Orlikhin</p>
<p>Addon provided bij eLime.</p>