# Introduction
Xdebug is a PHP extension that can massively improve your debugging experience and speed – for both backend and frontend developers. Conversely, it can also drag down your php speed to a crawl, so you want to configure it to be a simple toggled – and only enable when you are using it. Xdebug works with most IDEs but I will be specifically showcasing usage with PHPStorm
# Recorded Section from DrupalCon Portland 2022
# Details
For those that prefer/easier to copy code, here's the textual representation. Firstly, the slides
Alos have a github repo with some example code and documentation for various situations for easy copy/paste.
- Login or register to be able to comment. You can log in with various social/3rd party accounts.