php - Configuring Sublime Text 3 with XDebugger Client - Sublime XDebugger Window Has No Activity -


i configured xdebug on php.ini , phpinfo() echos active well:

xdebug

installed xdebugger client on sublime text 3 , configured user setting xdebug.sublime.settings follows:

{     "path_mapping": {         "/srv/www": "/library/webserver/documents"     },     "max_depth": 5 } 

files located in /library/webserver/documents/toti , browser shows errors inside xdebug window on http://localhost/toti/, xdebug window on sublime text 3 shows no activity whenever running page in browser. note added breakpoints code well.

enter image description here

enter image description here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -