ZIm/crates/debugger_ui
Antonio Scandurra 51298b6912
Use Project's EntityId as the "window id" for Alacritty PTYs (#35876)
It's unfortunate to need to have access to a GPUI window in order to
create a terminal, because it forces to take a `Window` parameter in
entities that otherwise would have been pure models.

This pull request changes it so that we pass the `Project`'s entity id,
which is equally stable as the window id.

Release Notes:

- N/A

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
2025-08-08 14:30:49 +00:00
..
src Use Project's EntityId as the "window id" for Alacritty PTYs (#35876) 2025-08-08 14:30:49 +00:00
Cargo.toml debugger: Add data breakpoint access type support (#34639) 2025-07-17 17:05:58 +00:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00