Guest User

Untitled

a guest
Oct 23rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. zend_extension=/Users/XXXXXX/.phpbrew/php/php-7.1.0-iconv/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so
  2.  
  3. xdebug.remote_enable = 1
  4. xdebug.remote_connect_back = 1
  5. xdebug.remote_port = 9000
  6. xdebug.max_nesting_level = 512
  7.  
  8. {
  9. // Use IntelliSense to learn about possible attributes.
  10. // Hover to view descriptions of existing attributes.
  11. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  12. "version": "0.2.0",
  13. "configurations": [
  14. {
  15. "name": "Listen for XDebug",
  16. "type": "php",
  17. "request": "launch",
  18. "port": 9000
  19. },
  20. {
  21. "name": "Listen for XDebug on Homestead",
  22. "type": "php",
  23. "request": "launch",
  24. "port": 9000,
  25. "localSourceRoot": "/Users/XXXXXX/Sites",
  26. "serverSourceRoot": "/home/vagrant/Code"
  27. }
  28. ]
  29. }
Add Comment
Please, Sign In to add comment