検索条件
	全1件
	(1/1ページ)
	
	
Windows 10
| Env | Ver | 
|---|---|
| PHP | 8.0.2 | 
| Xdebug | 3.0.2 | 
zend_extension="xdebug-3.0.2-8.0-vs16-nts-x86_64"
xdebug.start_with_request=yes
xdebug.mode=debug
別になくてもデバッグは出来る
"php.validate.executablePath": "C:/path/to/php.exe",
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Listen for Xdebug",
            "type": "php",
            "request": "launch",
            "port": 9003
        }
    ]
}