我想提高我的PHP开发能力,并喜欢介绍代码格式,矩形选择模式和调试php。 我有Eclipse XDebug工作,但代码格式化没有按预期工作。
使用Netbeans PHP问题进行调试。
通过调试切换到JetBrains PHP Storm问题。
我的环境是使用MAMP的Mac OS X和xdebug.so
的良好版本(适用于Eclipse)。
这是我的PHP 5.5.10版本的ini文件
[xdebug]
xdebug.remote_enable = On
xdebug.remote_autostart = 1
xdebug.default_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=8888
zend_extension="/Applications/MAMP/bin/php/php5.5.10/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"
xdebug.remote_mode=req
xdebug.idekey="netbeans-xdebug"
xdebug.max_nesting_level = 250
用php --version检查。
我在Chrome上安装了JetBrains浏览器插件测试。我玩过端口。
硬件是MacBook Pro独立的调试和测试。