Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ### Xdebug settings
  2.  
  3. // Added to php.ini, but should go in xdebug config, what happens when dev desktop gets updated?
  4. xdebug.remote_enable=1
  5. xdebug.remote_host=127.0.0.1
  6. xdebug.remote_connect_back=1
  7.  
  8. ### Atom config
  9. "php-debug":
  10. ServerPort: 9000
  11.  
  12. ### Add xdebug Chrome extension
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement