zed/crates/project/src/debugger
Remco Smits 4577e1bf8f
debugger: Get stack frame list working with historic snapshot feature (#44303)
This PR fixes an issue where the stack frame list would not update when
viewing a historic snapshot.
We now also show the right active debug line based on the currently
selected history.


https://github.com/user-attachments/assets/baccd078-23ed-4db3-9959-f83dc2be8309

Release Notes:

- N/A

---------

Co-authored-by: Anthony Eid <hello@anthonyeid.me>
2025-12-06 15:34:19 -05:00
..
locators Debug a test annotated with the ignore attribute if the test name partially matches another test (#43110) 2025-12-01 23:28:37 +01:00
breakpoint_store.rs worktree: Don't attempt to watch non-existing global gitignore (#40476) 2025-10-17 13:19:38 +00:00
dap_command.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
dap_store.rs debugger: Start work on adding session snapshot feature (#44298) 2025-12-06 19:31:08 +00:00
locators.rs Add a JS/TS debug locator (#31769) 2025-05-30 17:15:42 +00:00
memory.rs lints: A bunch of extra style lint fixes (#36568) 2025-08-20 12:05:58 +02:00
session.rs debugger: Get stack frame list working with historic snapshot feature (#44303) 2025-12-06 15:34:19 -05:00
test.rs debugger: Send initialized event from fake server at a more realistic time (#35446) 2025-07-31 19:45:02 -04:00