mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Implement property preview for the debugger popup. When hovering over variables while paused at a breakpoint, users can now see object properties and function metadata Testing: Current tests are passing. Manual testing. Fixes: Part of #36027 <img width="1507" height="876" alt="image" src="https://github.com/user-attachments/assets/31c95010-dab9-4b2c-a9b1-da6a29aa0de1" /> <img width="360" height="365" alt="image" src="https://github.com/user-attachments/assets/50d19979-c0b2-4278-b19b-85c0c0318ab4" /> <img width="370" height="365" alt="image" src="https://github.com/user-attachments/assets/3b74ef26-055b-4e49-848e-e7758f8d1de6" /> --------- Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: eri <eri@igalia.com>