我下的是php 5.4 vc9 (32 bit)
【當前系統php是php5.4.14(win32)版本】
2.配置php.ini
在檔案最後配置
[xdebug]
zend_extension = "c:/php5.4.14/ext/php_xdebug-2.2.3-5.4-vc9.dll"
xdebug.auto_trace=1
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.trace_output_dir="d:/phpweb/xdebug/trace"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="d:/phpweb/xdebug/profiler"
xdebug.remote_enable=true
xdebug.remote_host=192.168.1.125
xdebug.remote_port=9000
【php5.3之前版本配置xdebug時使用zend_extension_ts】
【注意區域網ip是要配置為非127.0.0.1】
3.重啟apache伺服器 通過phpinfo()看到如下資訊,證明配置成功
4.zend studio配置
首選項中的debug配置為xdebug(同專案配置)
同時 專案-》屬性配置xdebug
5.接下來可以執行專案進行除錯了
debug configurations可通過三種方式進入:1、右擊需要除錯的php檔案,選擇debug as或者開啟除錯的php檔案;2、選擇選單欄上run選單下的debug as進入;3、點選選單欄run選單下方小蜘蛛圖示旁的向下箭頭選擇debug configurations。
配置Zend Studio除錯環境
配置zend studio除錯環境分為伺服器端和客戶端兩部分。如果伺服器端已經配置好,又有多個客戶端,則只需要配置各個客戶端即可。伺服器端 4 3 x comp 4 4 x comp 5 0 x comp 5 1 x comp 5 2 x comp 5 2 x nts comp dummy.php ...
zendstudio10 0除錯方法
開啟zend studio 10,file new project php local php project 因為資料夾已經在本地存在 然後一路next填寫,當project建立完成時,是不是發現project裡少點了什麼?是的,少了我們要操作的檔案,這點與zendstudio5.5有點不同,ze...
ZendStudio快捷鍵 除錯
複製當前行 ctrl alt 刪除當前行 ctrl d 上下行呼喚 alt 行注釋 ctrl 塊注釋 ctrl shift echo hello world echo hello world echo hello world echo hello world echo hello world ech...