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:
parent
63dab5f891
commit
5fd034e604
3 changed files with 119 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue