ZIm/crates/debugger_ui
Anthony Eid 9767033985
debugger: Extract running state from DebugSession mode and remove mode field (#29646)
DebugSession.mode is no longer needed because project::debugger::Session
manages its own state now (booting, running, terminated), and removing
mode simplifies a lot of the code that uses running state.

I used Zed AI to do a good chunk of the refactor, but I doubled-checked
everything it did and changed a good amount of its updates.

Release Notes:

- N/A

Co-authored-by: Zed AI <ai@zed.dev>
2025-04-30 05:57:53 +00:00
..
src debugger: Extract running state from DebugSession mode and remove mode field (#29646) 2025-04-30 05:57:53 +00:00
Cargo.toml debugger: Open debugger panel on session startup (#29186) 2025-04-22 19:35:47 -04:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00