Skip to content

Update debug configurations to Xdebug 3 syntax

Fridtjof requested to merge xdebug-config-update into master

What does this MR do?

Debugging broke when I updated the containers recently (!1865 (merged)), because that also updated Xdebug to version 3.

Xdebug 3 completely changed its configuration structure (for the better!), so this MR updates the configs to work with that.

How confident are you it won't break things if deployed?

dev only change

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • set a "for:" label to indicate who will be affected by this change
  • use "state:" labels to track this MR's state until it was beta tested
  • added an entry to CHANGELOG.md
Edited by Fridtjof

Merge request reports