How does phpstorm debug php code and simulate the data passed by the page get or post?
怪我咯
怪我咯 2017-05-16 12:03:07
0
1
573

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?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
PHPzhong

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…

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template