[XDebug] zend_extension = "D:\develop\servers\xampp-5.6.15\php-7.2.30-Win32-VC15-x86\ext\php_xdebug-2.9.5-7.2-vc15.dll" xdebug.remote_enable = on xdebug.remote_autostart = on xdebug.remote_handler = "dbgp" xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9000 xdebug.remote_log="D:\develop\servers\xampp-5.6.15\tmp\xdebug.log" xdebug.max_nesting_level=1000
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "2drill.local",
"type": "php",
"request": "launch",
"port": 9000,
"stopOnEntry":false,
"pathMappings": {
"${workspaceRoot}": "${workspaceRoot}"
}
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}"
}
]
}
"pathMappings": {
"${workspaceRoot}": "${workspaceRoot}"
}
{
"protocol": "sftp",
"host": "localhost",
"port": 22,
"username": "",
"remotePath": "/"
}