From 203754d0db4447bf1cf8b5bac5ae5e175f130e3c Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:12:21 +0200 Subject: [PATCH] docs: Demote rdbg support in docs (#31993) Closes #ISSUE Release Notes: - N/A --- docs/src/debugger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/debugger.md b/docs/src/debugger.md index 1a3507fae3..b02ff4664e 100644 --- a/docs/src/debugger.md +++ b/docs/src/debugger.md @@ -22,10 +22,10 @@ Zed supports a variety of debug adapters for different programming languages: - PHP (xdebug): Provides debugging and profiling capabilities for PHP applications, including remote debugging and code coverage analysis. -- Ruby (rdbg): Provides debugging capabilities for Ruby applications - These adapters enable Zed to provide a consistent debugging experience across multiple languages while leveraging the specific features and capabilities of each debugger. +Additionally, Ruby support (via rdbg) is being actively worked on. + ## Getting Started For basic debugging, you can set up a new configuration by opening the `New Session Modal` either via the `debugger: start` (default: f4) or by clicking the plus icon at the top right of the debug panel.