system environment
windows 10
php version: 7.2.4
IDE: PHPSTORM
current progress
xdebug extensions for workspace and php-fpm in laradock have been enabled.
browser has installed xdebug helper
debugging process you understand
after opening xdebug, the browser accesses the php file, php executes it one line, and then sends the result to the xdebug extension. IDE, which xdebug sends debug data locally, will tell php whether to proceed to the next line or interrupt first according to the command returned by IDE.
current doubts
- is the remote_host in the 1.xdebug configuration the ip? of the computer where ide resides?
- what is the use of host in server in the 2.phpstorm configuration item?
- what does the 3.phpstorm configuration item DBGP proxy do?
- is 4.xdebug helper required?
Baidu google n more tutorials, there are so many doubts, hope passing bosses under the guidance, but also have the same doubts in the future help!