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

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -