aptana php,aptana 3 + xdebug php
首先 把 Aptana 升級 到最新版。
1. 到?下載 XDebug, 按PHP版本 、 線程安全(TS) thread safe類型、操作系統類型找到要下載的相應??? ?XDebug版本
2. 把下載的文件放到 PHP安裝目錄下的 ext文件夾中。
3.編輯 php.ini
[XDebug]
; Only Zend OR (!) XDebug
zend_extension="X:/ wamp/php\ext\php_xdebug.dll"
;是否開啟自動跟蹤
xdebug.auto_trace= On
;是否開啟異常跟蹤
xdebug.show_exception_trace= On
;是否開啟遠程調試自動啟動
xdebug.remote_autostart= On
;是否開啟遠程調試
xdebug.remote_enable= On
;允許調試的客戶端IP
xdebug.remote_host=localhost
;遠程調試的端口(默認9000)
xdebug.remote_port=9000
;調試插件dbgp
xdebug.remote_handler=dbgp
;是否收集變量
xdebug.collect_vars= On
;是否收集返回值
xdebug.collect_return= On
;是否收集參數
xdebug.collect_params= On
;跟蹤輸出路徑
xdebug.trace_output_dir="d:\xdebug"
;是否開啟調試內容
xdebug.profiler_enable=On
;調試輸出路徑
xdebug.profiler_output_dir="d:\xdebug"
4. 在Aptana 中 ,點 Window-> Preferences->PHP Interprete, 點 “Add”
5. 在Aptana 中 ,點 Window-> Preferences->PHP->Debug
選中 Installed Debugger 中的 “XDebug” ,點 “Configure”
6. 在Aptana 中 ,點 Window-> Preferences->Aptana Studio->Web Server, 點“New”
7. 在Aptana 中 ,點 Run-> Debug Configuration, 在 PHP Web Page上 點右鍵 ,選 “New”
8.在Aptana 中 ,點 Run-> Debug As-> PHP Web Page 開始調試
總結
以上是生活随笔為你收集整理的aptana php,aptana 3 + xdebug php的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 转变
- 下一篇: linux ps1 主机名 ip,Bas