LoginSignup
1
1

More than 5 years have passed since last update.

PHP+NetBeans+IIS+XDebug

Posted at

IISや、PHPやNetBeansの環境はセットアップ済み。唯一デバッグするときにハマった点

必要なもの

php.iniの設定

[PHP_XDEBUG-2.2.2-5.3-VC9-NTS]
zend_extension = "C:\Program Files (x86)\PHP\v5.3\ext\php_xdebug-2.2.2-5.3-vc9-nts.dll"
;extension=php_xdebug-2.2.2-5.3-vc9-nts.dll
xdebug.remote_enable = on
xdebug.remote_mode = req
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp

extensionにもxdebugを設定していると動きません。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1