Xdebug
← 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=debug

Use Cases

  • Debug kompleks logik
  • Performance profiling
  • Code coverage analyse
  • Remote debugging

Quick Info

Kategori
Debugging
Version
3.x
Sværhedsgrad
Mellem