Skip to content

Instantly share code, notes, and snippets.

@wesen
Created July 12, 2023 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesen/aca84446f50bf18bdfea184237560552 to your computer and use it in GitHub Desktop.
Save wesen/aca84446f50bf18bdfea184237560552 to your computer and use it in GitHub Desktop.

2023 07 12

[xdebug]
zend_extension="/usr/lib/php/20190902/xdebug.so" //(Your xdebug.so path)

xdebug.mode=debug //Enables step debug mode

xdebug.client_host="localhost" // Defines the host where debug client is running
xdebug.client_port=9003 // Define the port where debug client is listening

xdebug.start_with_request=trigger // The debugger will be activated when a specific GET/POST or COOKIE is detected
cat /home/manuel/code/ttc/ttc/tadmin/plugin/bin/inventory.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment