From e3618bc8fc21215b70b363d3a32e189f9a7ef083 Mon Sep 17 00:00:00 2001 From: Matteo Grado <111707247+MatteoGrado@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:01:22 +0100 Subject: [PATCH] Update xdebug.md Update Chrome extionsion link --- docs/xdebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xdebug.md b/docs/xdebug.md index a45d8de..8b759d5 100644 --- a/docs/xdebug.md +++ b/docs/xdebug.md @@ -27,7 +27,7 @@ it will also restart the `fpm` processes ### Web Debugging -We recommend the usage of an enable-disable tool like [Xdebug helper](https://chrome.google.com/webstore/detail/debug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc) +We recommend the usage of an enable-disable tool like [Xdebug helper](https://chromewebstore.google.com/detail/xdebug-helper-by-jetbrain/aoelhdemabeimdhedkidlnbkfhnhgnhm) > hint: using the xdebug-helper also works for the xh-profiler, see [PHP Profiling](profiling.md) for more information