Skip to content

Instantly share code, notes, and snippets.

@mi5t4n
Last active February 7, 2024 10:30
Show Gist options
  • Save mi5t4n/455ef0ed30fee7dcf1901c6daa57a7ec to your computer and use it in GitHub Desktop.
Save mi5t4n/455ef0ed30fee7dcf1901c6daa57a7ec to your computer and use it in GitHub Desktop.
xdebug

; ########### Common ################## xdebug.start_with_request=trigger xdebug.profiler_enable=0 memory_limit = 1024M xdebug.max_nesting_level = 1024

; ########### Xdebug v2 ################## ;xdebug.remote_enable=1 ;xdebug.remote_port=9003 xdebug.remote_autostart=1 xdebug.remote_connect_back=1 ;xdebug.remote_handler=”dbgp” ;xdebug.remote_mode=req

; ########### Xdebug v3 ################## xdebug.client_host=127.0.0.1 xdebug.mode=debug,develop xdebug.client_port=9003 xdebug.cli_color=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment