netbean-xdebug の設定
php_xdebug-2.0.4-5.2.8.dll ファイルをダウンロードし、php の ext フォルダーに配置します
php.ini に次の内容を追加します
zend_extension_ts="C:/php/ext/ php_xdebug -2.0.4-5.2.8.dll"
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
netbeans 公式 Web サイトの説明
Netbeans 公式ウェブサイトは学習のためのプラットフォームでもあります より良い場所
http://netbeans.org/kb/index_zh_CN.html