xdebug是乙個開放源**的php程式偵錯程式(即乙個debug工具),可以用來跟蹤,
除錯和分析php程式的執行狀況。
到xdebug官方**
www.xdebug.org
php版本的
xdebug元件。如果你用的是 wamp ,則已經整合到裡面了,可以用 phpinfo() 進行檢視
xdebug是否已經安裝。
檢視xdebug是否已經安裝
xdebug在 php.ini 中的配置
更多的配置選項可以檢視這裡:xdebug的配置選項
<?php
include 'blogger.php';//因為沒有這個檔案,所以xdebug會報下面的錯誤
個人主頁:
PHP安裝Xdebug除錯工具
安裝xdebug 2.將它重新命名為php xdebug.dll,並複製到c php5.3 ext目錄下 3.更改php.ini檔案 把下面的內容加入到檔案最後就可以了。xdebug zend extension c php5.3 ext php xdebug.dll xdebug.profiler...
php除錯工具 XDebug使用
下面以windows平台和aptana studio為例,介紹xddebug的使用。效能監測的設定開關 xdebug.profiler enable 1 xdebug.profiler enable trigger 0 profiler enable設定為1的時候,效能監測資訊寫入檔案所在的目錄 x...
PHP安裝Xdebug除錯工具
安裝xdebug 2.將它重新命名為php xdebug.dll,並複製到c php5.3 ext目錄下 3.更改php.ini檔案 把下面的內容加入到檔案最後就可以了。xdebug zend extension c php5.3 ext php xdebug.dll xdebug.profiler...