search

Home  >  Q&A  >  body text

How does phpstorm debug php code and simulate the data passed by the page get or post?

Use wamp and phpstorm to develop projects. When writing PHP code, you can only use echo and var_dump to debug the code. However, I saw a tutorial on the Internet saying that breakpoint debugging can be used when developing PHP with phpstorm. How to configure it? How to simulate the data passed by the page through get or post during debugging? For example, if you append parameters after the URL, but directly use phptorm breakpoint debugging, how to obtain these parameters?

怪我咯怪我咯2799 days ago592

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