Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Listen for XDebug",
  6. "type": "php",
  7. "request": "launch",
  8. "port": 9000,
  9. "log": true,
  10. "serverSourceRoot": "/var/www/html/",
  11. "localSourceRoot": "${workspaceRoot}"
  12. },
  13. {
  14. "name": "Launch currently open script",
  15. "type": "php",
  16. "request": "launch",
  17. "program": "${file}",
  18. "cwd": "${fileDirname}",
  19. "port": 9000
  20. }
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement