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?
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…