关于VSPHP调试模式 无法启动IE
安装完毕VSPHP借助 已经配置成功的APACHE和PHP进行调试
借助网上的办法
下载Xdebug修改PHP.INI文件 屏蔽zend加速

[Zend]
;zend_extension_manager.optimizer_ts="d:\Program Files\Zend\ZendOptimizer-3.3.0\lib\Optimizer-3.3.0"
;zend_extension_ts="d:\Program Files\Zend\ZendOptimizer-3.3.0\lib\ZendExtensionManager.dll"
zend_extension_ts="D:\Program Files\Php\ext\php_xdebug.dll"[XDebug] 
xdebug.idekey = vsphp 
xdebug.remote_enable = 1 
xdebug.remote_port = 7870
xdebug.remote_autostart = 1

附PHPINFO下Debug项目
Debug Build   no  VSPHP项目配置 1.修改开始路径http://localhost:8080,
2.外部调试,
3.XDEBUG