docs: Demote rdbg support in docs (#31993)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
c9c603b1d1
commit
203754d0db
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue