← Tilbage til værktøjer
Xdebug
Kraftfuld debugger og profiler til PHP
Version: 3.x
Foto: Daniil Komov / Unsplash
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=debugUse Cases
- •Debug kompleks logik
- •Performance profiling
- •Code coverage analyse
- •Remote debugging