Skip to content

Instantly share code, notes, and snippets.

@Lovor01
Created January 13, 2026 11:15
Show Gist options
  • Select an option

  • Save Lovor01/38c14fa8b58ac276cf3aa729b55eac62 to your computer and use it in GitHub Desktop.

Select an option

Save Lovor01/38c14fa8b58ac276cf3aa729b55eac62 to your computer and use it in GitHub Desktop.
PHP debugging in vscode PHP debug extension

PHP debug settings

Control variable length

launch.json:

...
			"xdebugSettings": {
				"max_data": 5000
			}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment