Hacker News new | ask | show | jobs
by nullify88 933 days ago
In my experience, Xdebug absolutely made sense in production just not enabled by default for all requests. A lot of its functionality can be enabled via a cookie for a single session, and its made debugging production much easier as well as identifying bottlenecks in code or production infrastructure.
1 comments

That's certainly possible but we have other tools for that such as NewRelic that served us well.