debugger: Add memory view (#33955)
This is mostly setting up the UI for now; I expect it to be the biggest chunk of work. Release Notes: - debugger: Added memory view --------- Co-authored-by: Anthony Eid <hello@anthonyeid.me> Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com> Co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
a2f5c47e2d
commit
6673c7cd4c
18 changed files with 1732 additions and 71 deletions
|
@ -15,7 +15,9 @@ pub mod breakpoint_store;
|
|||
pub mod dap_command;
|
||||
pub mod dap_store;
|
||||
pub mod locators;
|
||||
mod memory;
|
||||
pub mod session;
|
||||
|
||||
#[cfg(any(feature = "test-support", test))]
|
||||
pub mod test;
|
||||
pub use memory::MemoryCell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue