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.