Compare commits

...

1 Commits

Author SHA1 Message Date
Anthony
c1c8822c8e Remove beta from debugger docs title 2025-06-18 13:47:57 -04:00

View File

@@ -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.