php - Debugger is not hitting, though Xdebug is installed -
i have enabled xdbug php.ini. how enable debugging eclipse. set debugger in eclipse never hit, each time when ever try debug new configuration created.
debugger setting:
looks debugger session running. that's why you're getting message. eclipse switches debug perspective when hit debug. can manually switch clicking on open perspective button.
if you're working vhosts, make sure create new server hostname. go windows -> preferences
, php -> debug
. select php servers
option , create new server vhost.
after that, create new run configuration newly created server. once you've created configuration, can run it. can quick access going run -> debug history
. show in history once you've run @ least once.
Comments
Post a Comment