ZIm/crates/project/src/debugger
Anthony Eid 3ea90e397b
debugger: Filter out debug scenarios with invalid Adapters from debug picker (#35744)
I also removed a debug assertion that wasn't true when a debug session
was restarting through a request, because there wasn't a booting task
Zed needed to run before the session.

I renamed SessionState::Building to SessionState::Booting as well,
because building implies that we're building code while booting the
session covers more cases and is more accurate.

Release Notes:

- debugger: Filter out more invalid debug configurations from the debug
picker

Co-authored-by: Remco Smits <djsmits12@gmail.com>
2025-08-06 18:10:17 -04:00
..
locators debugger: Fix the terminal popping up when the Rust debugger starts on Windows (#35125) 2025-07-28 22:44:22 +08:00
breakpoint_store.rs Add language server control tool into the status bar (#32490) 2025-06-25 19:57:28 +03:00
dap_command.rs debugger: Fix not being able to stop a Go debug session when no breakpoints were ever hit (#35190) 2025-07-28 13:14:36 +00:00
dap_store.rs Fix debugger on Windows (#35180) 2025-07-28 22:00:26 +08:00
locators.rs Add a JS/TS debug locator (#31769) 2025-05-30 17:15:42 +00:00
memory.rs debugger: Add memory view (#33955) 2025-07-14 16:32:06 +02:00
session.rs debugger: Filter out debug scenarios with invalid Adapters from debug picker (#35744) 2025-08-06 18:10:17 -04:00
test.rs debugger: Send initialized event from fake server at a more realistic time (#35446) 2025-07-31 19:45:02 -04:00