Kindari / SublimeXdebug

Xdebug Interface for Sublime Text 2
Other
367 stars 66 forks source link

Does not work beyond defined url #53

Open jrock2004 opened 11 years ago

jrock2004 commented 11 years ago

So I went into the project settings and defined my url and for the index.php file, debugging works. If I try to debug another page it does not work. Any ideas?

"settings": { "xdebug": { "url": "http://localhost/index.php" } }