Blog
WK Hui life
  1. Install web service server
  2. Download and install Xdebug of VS core, with correct version of xdebug php plugin and add follow in php.ini
    zend_extension = xdebug [XDebug]
    xdebug.mode = debug
    xdebug.start_with_request = yes
  3. In the PHP debug, click the setting and edit settings.json and add the follow
    “php.debug.executablePath”: “[php.exe location]”,
    “php.validate.executablePath”: “[php.exe location]”,
  4. run debug directly