debugger: Update docs with more examples (#31597)

This PR also shows more completion items when defining a debug config in
a `debug.json` file. Mainly when using a pre build task argument.

### Follow ups
- Add docs for Go, JS, PHP
- Add attach docs

Release Notes:

- debugger beta: Show build task completions when editing a debug.json
configuration with a pre build task
- debugger beta: Add Python and Native Code debug config
[examples](https://zed.dev/docs/debugger)
This commit is contained in:
Anthony Eid 2025-05-30 04:22:16 +03:00 committed by GitHub
parent a387bf5f54
commit 804de3316e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 310 additions and 22 deletions

1
Cargo.lock generated
View file

@ -15588,6 +15588,7 @@ dependencies = [
"futures 0.3.31",
"gpui",
"hex",
"log",
"parking_lot",
"pretty_assertions",
"proto",