Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "name": "Listen for XDebug",
  3. "type": "php",
  4. "request": "launch",
  5. "port": 9000
  6. },
  7. {
  8. "name": "Launch currently open script",
  9. "type": "php",
  10. "request": "launch",
  11. "program": "${file}",
  12. "cwd": "${fileDirname}",
  13. "port": 9000
  14. },
  15. {
  16. "name": "Listen for XDebug on Homestead",
  17. "type": "php",
  18. "request": "launch",
  19. "pathMappings": {
  20. "/home/vagrant/Code": "E:/Code"
  21. },
  22. "port": 9000
  23. }
Add Comment
Please, Sign In to add comment