Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 801 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 801 Bytes

Xdebug Examples / Documentation

Intro

Included here are code examples and further documentation relating to my DrupalCon 2022 presention Debugging Drupal with Xdebug.

Examples

  • Lando - Nginx tooling

    An example lando local file to provide quick toggling on and off of Xdebug as well as get the path to the xdebug.so.

  • Lando - WSL Docker

    Example files for dealing with Xdebug in Docker on WSL with IDE on Windows.

  • Lando - CLI

    Enable Xdebug for CLI commands in Lando.

  • Standalone PHP

    PHP Config for standalone instances.

Links