ronikuchan

note experiment xdebug laradock

Aug 10th, 2021 (edited)
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. 172.20.0.1
  2. - new format false
  3. - format old
  4. - with coma and without coma
  5.  
  6. 172.19.0.1
  7. - new format false
  8. - format old
  9. - with coma and without coma
  10.  
  11. 172.18.0.1
  12. - new format false
  13. - format old
  14. - with coma and without coma
  15.  
  16. 172.17.0.1
  17. - new format false
  18. - format old
  19. - with coma and without coma
  20.  
  21.  
  22. 127.0.0.1
  23. - format old
  24. - with coma and without coma
  25.  
  26.  
  27. 192.168.187.128
  28. - format old
  29. - with coma and without coma
  30.  
  31.  
  32. has try
  33. 1. base new laradock
  34. 2.
  35. ; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
  36.  
  37. xdebug.remote_host=172.17.0.1
  38. xdebug.remote_connect_back=1
  39. xdebug.remote_port=9000
  40. xdebug.idekey=PHPSTORM
  41.  
  42. xdebug.remote_autostart=1
  43. xdebug.remote_enable=1
  44. xdebug.cli_color=0
  45. xdebug.profiler_enable=0
  46. xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
  47.  
  48. xdebug.remote_handler=dbgp
  49. xdebug.remote_mode=req
  50.  
  51. xdebug.var_display_max_children=-1
  52. xdebug.var_display_max_data=-1
  53. xdebug.var_display_max_depth=-1
  54.  
  55. 3.
  56. xdebug.remote_host=172.17.0.1
  57. xdebug.remote_connect_back=0
  58. xdebug.remote_port=9000
  59. #xdebug.idekey=PHPSTORM
  60.  
  61. xdebug.remote_autostart=0
  62. xdebug.remote_enable=1
  63. xdebug.cli_color=0
  64. xdebug.profiler_enable=0
  65. xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
  66.  
  67. xdebug.remote_handler=dbgp
  68. xdebug.remote_mode=req
  69.  
Add Comment
Please, Sign In to add comment