檢視xdebug版本的**
安裝步驟記錄
配置檔案,省的再敲了
記住phpstudy只有32位的,安裝xdebug一定安裝32位的, 不然顯示不了
還有安裝vc 對應的版本,不然也不行
成功的
[xdebug]
zend_extension=d:\phpstudy_pro\extensions\php\php7.3.4nts\ext\php_xdebug.dll
;亦可 php_xdebug.dll
;亦可 php_xdebug-2.5.4-5.6-vc11-nts.dll
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir ="d:\phpstudy_pro\xdebug"
xdebug.trace_output_dir ="d:\phpstudy_pro\xdebug"
xdebug.profiler_output_name = "cache.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000
xdebug.remote_mode = "req"
xdebug.idekey = phpstorm
[xdebug]
zend_extension="d:\phpstudy\phptutorial\php\php-5.6.27-nts\ext\php_xdebug.dll"
;亦可 php_xdebug.dll
;亦可 php_xdebug-2.5.4-5.6-vc11-nts.dll
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir ="d:\phpstudy\phptutorial\tmp\xdebug"
xdebug.trace_output_dir ="d:\phpstudy\phptutorial\tmp\xdebug"
xdebug.profiler_output_name = "cache.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000
xdebug.remote_mode = "req"
xdebug.idekey = phpdebug
php壞境安裝Xdebug詳情步驟
xdebug是乙個開放源 的php程式偵錯程式 即乙個debug工具 可以用來跟蹤,除錯和分析php程式的執行狀況,可以說是程式設計師必備的乙個工具之一。好了,進入正題 non thread safe和不帶有non thread safe,主要是看你的php版本是否執行緒安全版本 如何檢視呢?列印 ...
PHP的xdebug除錯安裝
安裝php對應版本xdebug擴充套件 1 通過phpinfo確定php的擴充套件檔案 architecture x86 是32位的 zend extension build api320160303,nts,vc14是沒有ts的vc14 php 7.1 vc14 32 bit 3 配置php.in...
php擴充套件 xdebug安裝
xdebug在linux下的安裝教程 wget 2 解壓縮 tar zxvf xdebug 2.3.3.tgz 3 進入解壓的目錄 cd xdebug 2.3.3 4 建立外掛程式模組 phpize 5 配置 configure with php config usr local php bin p...