mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
This PR adds a test for `StepIn`, `StepOut` and `StepOver` hooks. This test is intentionally designed to include all three `StepIn`, `StepOut` and `StepOver` hooks in one test. This could be tested separately but in a real use case one is mostly using these hooks together in a single debugging session, not in isolation. It is important we mirror that workflow. Also considering this area is actively under development, it would be easier to catch regressions with this flow test. Testing: Added a new test Fixes: Part of #36027 Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: eri <eri@igalia.com>