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

Email notification in google apps script -

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

javascript - IE11 incompatibility with jQuery's 'readonly'? -