when I use the regular localhost/domain with xdebug, xdebug works fine. however, I also have virtual hosting set up on my local machine so if I use xdebug and call on the domain. test.domain.com. The xdebug hangs.
I did find a clue on what it maybe. in my php.ini file, if I change xdebug.remote_host=localhost to xdebug.remote_host=vhost_domain_name. It works. so I guess the question is , can I setup multiple vhost domains for xdebug to look out for.