phpstrom+phpstudy+postman

來源:互聯網
上載者:User

標籤: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

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.