無法啓用XDEBUG。任何幫助或檢查,如果它啓用,並沒有反映?我在PHP7上,正在使用Xdebug 2.4.0rc2。 PHP.INI設置如下:未啓用PHP XDEBUG
[XDebug]
zend_extension="C:/php/ext/php_xdebug.dll"
xdebug.remote_enable = on
xdebug.remote_host = localhost
xdebug.remote_port = 10000
xdebug.remote_handler = dbgp
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = "profilerlogs"
xdebug.profiler_output_name = cachegrind.out.%p
無法啓用它。這些步驟是正確的,但也沒有顯示安裝在phpinfo()中。
'phpinfo()'顯示xdebug爲啓用嗎? – k0pernikus
不可以。那裏沒有啓用。012h '配置命令\t cscript/nologo configure.js「--enable-snapshot-build」「--enable-debug-pack」「--with-pdo-oci = c:\ php-sdk \ oracle \ x64 \ instantclient_12_1 \ sdk,shared - 「--with-oci8-12c = c:\ php-sdk \ oracle \ x64 \ instantclient_12_1 \ sdk,shared」「--enable-object-out-dir = ../obj /」「 --enable-com-dotnet = shared「」--with-mcrypt = static「」--without-analyzer「」--with-pgo「 Debug Build \t no# 沒有Xdebug的輸入 – Gary
Gary請創建一個帶有''<?php phpinfo();''的PHP文件並查看或使用命令行工具'php.exe -m''查看包含所有已啓用擴展名的列表 – ins0