XDebug and RESTful server using PHPStorm or POSTman

后端 未结 4 824
灰色年华
灰色年华 2020-11-28 20:04

How can I get a REST client (such as the one built into PHPStorm or POSTman) to work with XDebug?

In my current set-up of XDebug, using PHPStorm and the Bookmarklet

4条回答
  •  执笔经年
    2020-11-28 21:11

    https://github.com/tacnoman/dephpugger This lib run the debugger in terminal ( like ipdb for Python and Byebug for Ruby ). Is very easy to use and there is example how to run php cli scripts and webserver.

提交回复
热议问题