menu

arrow_back But in IE 11

by
1 vote
But in IE 11
5f884cf6dc1b2410080017.png

But in IE 11
[XDebug]
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
zend_extention = D:\prog\serv\php\ext\php_xdebug.dll

But in IE 11
"php.validate.executablePath": "D:\\prog\\serv\\php\\php.exe",


But in IE 11

1 Answer

by
0 votes
But in IE 11
zend_extension = xdebug
But in IE 11
xdebug.idekey = "PHPDEBUG"
xdebug.remote_enable = on
xdebug.remote_connect_back = on
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_mode = "req"
xdebug.remote_port = 9000

1 comment

But in IE 11