標籤:handler 返回 rom tor bug extension ini key ram
1.開啟phpstudy xdebug 擴充
2.修改php.ini
[XDebug]
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.5.38\ext\php_xdebug.dll"
;是否允許Xdebug跟蹤函數調用,跟蹤資訊以檔案形式儲存,預設值為0
xdebug.auto_trace=1
;是否允許Xdebug跟蹤函數參數,預設值為0
xdebug.collect_params=1
;是否允許Xdebug跟蹤函數傳回值,預設值為0
xdebug.collect_return=1
;開啟xdebug的效能分析器,以檔案形式儲存,這項配置是不能以ini_set()函數配置的,預設值為0
xdebug.profiler_enable = 1
;效能分析檔案的命名規則,預設值為cachegrind.out.%p
xdebug.profiler_output_name = "cachegrind.out.%t.%p"
xdebug.remote_enable = 1
;用於zend studio遠端偵錯的應用程式層通訊協定
xdebug.remote_handler = "dbgp"
xdebug.idekey = phpStorm
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
2.開啟phpstorm 按照以下設定
然後點擊postman的send 按鈕就會跳到phpstorm 打斷點的地方
{
"key":"o",
"searchFields":["enName","name"],
"orderType":"enName",
"start":1,
"num": 10
}
phpstrom+phpstudy+postman