簡體   English   中英

在Wamp(2.0)中安裝Xdebug

[英]Installation of Xdebug in wamp(2.0)

在php.ini文件中

;xdebug Configuration

zend_extension="C:/TenthPlanet/wamp/bin/php/php5.3.0/ext/php_xdebug-2.1.2-5.3-vc6.dll" 
zend_debugger.allow_hosts=localhost
zend_debugger.expose_remotely=always 
xdebug.remote_port=9000 
xdebug.remote_handler=dbgp 
xdebug.profiler_enable=1 
xdebug.profiler_output_dir="C:/TenthPlanet/wamp/tmp/xdebug" 
xdebug.remote_enable=1
xdebug.remote_autostart=On 
xdebug.remote_host=localhost
xdebug.remote_mode=req 
xdebug.remote_log="C:/TenthPlanet/wamp/tmp/xdebug"

但是它沒有安裝。 當我在xdebug.org/wizrad.php中復制phpinfo源代碼時,它的說法是我的編譯器MSVC6需要升級MSVC9(Microsoft Visual Studio C ++)。 然后,我安裝了最新版本,但無法正常工作。

它沒有正確安裝家伙。 那么問題是什么呢?

我的配置是

PHP-5.3.0 Apache-2.2.11

嘗試改用php_xdebug-2.2.3-5.3-vc9.dllphp_xdebug-2.1.2-5.3-vc6.dll

或者,在XDEBUG站點上運行此向導 ,按照說明進行操作,然后將phpinfo的輸出復制並粘貼到其中,它將自動告訴您所需的版本。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM