Για να δοκιμάσετε τα χιλιάδες διαθέσιμα πρόσθετα που είναι διαθέσιμα εδώ, κάντε λήψη του Mozilla Firefox, ενός γρήγορου, ελεύθερου τρόπου για πλοήγηση στο διαδίκτυο!
ΚλείσιμοΚαλώς ορίσατε στα πρόσθετα Firefox.
Διαλέξτε μεταξύ χιλιάδων επιπλέον χαρακτηριστικών και στυλ για να κάνετε τον Firefox δικό σας.
Κλείσιμο
easy Xdebug 1.5.1-signed.1-signed Απαιτεί επανεκκίνηση
από brechtvhb
This addon was built to make debugging while using netbeans PHP easier.
Σχετικά με αυτό το πρόσθετο
<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>