search

Home  >  Q&A  >  body text

phpstorm如何调试php代码,并模拟页面get或post传的数据?

用wamp和phpstorm开发项目,写php代码只会用echo和var_dump调试代码,但是看到网上有教程说,phpstorm开发php可以断点调试,如何配置呢?如果调试过程中如何模拟页面通过get或者post传过来的数据?比如你在url后面追加了参数,但是直接用phptorm断点调试的话,怎么获取这些参数呢?

怪我咯怪我咯2750 days ago557

reply all(1)I'll reply

  • PHPz

    PHPz2017-05-16 12:05:07

    For debugging of phpstorm, you can refer to here http://www.jianshu.com/p/e12b...
    For simulating get or post requests, you can use postman, a plug-in of chrome, link https://chrome.google .com/web…

    reply
    0
  • Cancelreply