← Tilbage til værktøjer

Xdebug

Kraftfuld debugger og profiler til PHP

Version: 3.x

✨ 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