Get the latest tech news
Zed Editor Introduces Built-In Debugger
The Zed Editor remains a popular code editor written in the Rust programming language and providing modern features for this project started by former Atom developers
One of the long sought features for Zed has been having built-in debugger capabilities and that work has finally been merged to the project's codebase. Additional programming languages can be supported via the Debug Adapter Protocol (DAP). The Zed debugger took eight months of development, nearly one thousand commits, and is comprised of more than 25k lines of code while in turn being able to also interface with GNU GDB or LLVM LLDB.
Or read this on Phoronix