Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Xdebug

Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience.

Xdebug’s most celebrated feature is its step debugger: it allows for pausing PHP execution mid-run and inspecting what’s happening, with integration with an IDE.

Documentation

See Also