You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(and modify for your preference)
Also, see the extension log for any settings debugger sets that may not be to your liking.
Watch for feature_set commands.
PHP version:
XDebug version: Xdebug v2.7.2, Copyright (c) 2002-2019, by Derick Rethans
Adapter version: 1.13.0
Your launch.json:
"name": "Listen for XDebug on Homestead",
"type": "php",
"request": "launch",
"pathMappings": {
"/home/vagrant/code/": "c:/MSP_PROJECTS/VIS"
},
"port": 9000
XDebug php.ini config:
zend_extension=xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_port = 9000
xdebug.max_nesting_level = 1024
xdebug.remote_autostart=1
xdebug.remote_host=192.168.10.10
xdebug.remote_log=/tmp/xdebug.log
XDebug logfile (from setting
xdebug.remote_log
in php.ini):Normal no Errors
Adapter logfile (from setting
"log": true
in launch.json):Code snippet to reproduce:
Double layered array, doesnt show in watch
The text was updated successfully, but these errors were encountered: