Advertisement
RiseAgainst0

Untitled

Aug 30th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. zend_extension=xdebug.so
  2. xdebug.default_enable = 1
  3. xdebug.remote_autostart = 0
  4. xdebug.remote_connect_back = 1
  5. xdebug.remote_enable = 1
  6. xdebug.remote_handler = "dbgp"
  7. xdebug.remote_port = 9001
  8. xdebug.max_nesting_level = 250
  9. xdebug.idekey = PHPSTORM
  10. xdebug.remote_host=192.168.33.99
  11. xdebug.collect_params=4
  12. xdebug.collect_return=1
  13. xdebug.collect_assignments=1
  14. xdebug.collect_vars=1s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement