parent
74aa227c09
commit
73fee01c85
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
- [Channels](./channels.md)
|
||||
- [Collaboration](./collaboration.md)
|
||||
- [Git](./git.md)
|
||||
- [Debugging (Beta)](./debugger.md)
|
||||
- [Debugger](./debugger.md)
|
||||
- [Tasks](./tasks.md)
|
||||
- [Remote Development](./remote-development.md)
|
||||
- [Environment Variables](./environment.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Debugger (Beta)
|
||||
# Debugger
|
||||
|
||||
Zed uses the [Debug Adapter Protocol (DAP)](https://microsoft.github.io/debug-adapter-protocol/) to provide debugging functionality across multiple programming languages.
|
||||
DAP is a standardized protocol that defines how debuggers, editors, and IDEs communicate with each other.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue