Step実行環境

2015年06月06日 08:47

Step実行ができない。。

できる環境のphp.iniをメモメモ。

zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable = 1
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
xdebug.profiler_enable = 1
xdebug.trace_output_dir = "C:\xampp\tmp"
 
デフォルトの設定は全部コメントアウト。
 
NetBeansの設定
PHPタグ
デバッガポート:9000
セッションID:netbeans-xdebug