Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. //Xdebug with php 7.1 setup
  3. "version": "0.2.0",
  4. "configurations": [
  5.  
  6. {
  7. "name": "Listen for XDebug",
  8. "type": "php",
  9. "request": "launch",
  10. "port": 9000,
  11. "serverSourceRoot": "/home/vagrant/Code/blackhole-todo",
  12. "localSourceRoot": "/home/kmaxat/PhpstormProjects/blackhole-todo"
  13. }
  14. ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement