docs: Add documentation for using debuggers with Zed (#26391)

Just some basic documentation for using debuggers in Zed development.
Goes over configuring cargo to include full debug info, attaching to an
instance of Zed, and using a debugger to debug panics and crashes

Release Notes:

- N/A
This commit is contained in:
Ben Kunkle 2025-03-10 16:51:51 -04:00 committed by GitHub
parent 63dab5f891
commit 5fd034e604
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 119 additions and 0 deletions

View file

@ -136,5 +136,6 @@
- [Linux](./development/linux.md)
- [Windows](./development/windows.md)
- [Local Collaboration](./development/local-collaboration.md)
- [Using Debuggers](./development/debuggers.md)
- [Release Process](./development/releases.md)
- [Debugging Crashes](./development/debugging-crashes.md)