chrome-xdebug-client
chrome-xdebug-client copied to clipboard
xdebug client cant listen
I download from chrome web store, and config with my virtual machine php environment
but find listening failed
there was a tcp reset response from wireshark
192.168.0.103 is my xdebug client addr, 192.168.0.102 is my remote php linux environment addr
I had this undefined:undefined on localhost machine..
checked firewall (tcp 9000 port), php settings (127.0.0.1:9000), extention settings (0.0.0.0:9000)..
all was correct..
restarted Apache - it magically worked.. hmm.