✨ Features
- ✓Step debugging
- ✓Breakpoints
- ✓Stack traces
- ✓Profiling
- ✓Code coverage
- ✓Variable inspection
- ✓Remote debugging
📦 Installation
pecl install xdebug
# Tilføj til php.ini:
zend_extension=xdebug
xdebug.mode=debug💼 Use Cases
- •Debug kompleks logik
- •Performance profiling
- •Code coverage analyse
- •Remote debugging