docs: Demote rdbg support in docs (#31993)

Piotr Osiewicz created

Closes #ISSUE

Release Notes:

- N/A

Change summary

docs/src/debugger.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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.