2013-03-30 39 views
0

我一直在搜索最高和最低,仍然無法調試'eclipse for PHP Developers 3.0.2'。用於eclipse php調試的php.ini文件

目前eclipse只是掛在57%'發射:等待XDebug會議。但是,雖然日食懸掛,PHP文件打開外部瀏覽器並運行?

我爲Web服務器使用'XAMPP 3.1.0.3.1.0',並在php ext文件夾中有相應的'php_xdebug.dll'文件。

我試圖從其他論壇,但仍然沒有運氣衆多的設置,這裏是我的XDebug的php.ini文件的配置:

[XDebug] 
zend_extension = "C:\xampp\php\ext\php_xdebug.dllstack" 
;xdebug.profiler_append = 0 
;xdebug.profiler_enable = 1 
;xdebug.profiler_enable_trigger = 0 
;xdebug.profiler_output_dir = "\xampp\tmp" 
;xdebug.profiler_output_name = "cachegrind.out.%t-%s" 
xdebug.remote_enable = 0n 
xdebug.remote_handler = "dbgp" 
xdebug.remote_host = "127.0.0.1" 
;xdebug.trace_output_dir = "\xampp\tmp" 

任何人有一個想法,我需要改變嗎?

回答

0

似乎配置設置不正確,好用的工具是http://xdebug.org/wizard.php

下載新版本,增加它的PHP /分機和更新的php.ini:

[XDebug] 
zend_extension = \xampp\php\ext\php_xdebug-2.2.2-5.4-vc9.dll 
;zend_extension = "\xampp\php\ext\php_xdebug.dll" 
;xdebug.profiler_append = 0 
;xdebug.profiler_enable = 1 
;xdebug.profiler_enable_trigger = 0 
;xdebug.profiler_output_dir = "\xampp\tmp" 
;xdebug.profiler_output_name = "cachegrind.out.%t-%s" 
;xdebug.remote_enable = 0 
;xdebug.remote_handler = "dbgp" 
;xdebug.remote_host = "127.0.0.1" 
;xdebug.trace_output_dir = "\xampp\tmp"