Skip to content

devtools: Fix panic for breakpoint at invalid entry point#42810

Merged
eerii merged 1 commit intoservo:mainfrom
atbrakhi:fix_panic_in_breakpoint
Feb 24, 2026
Merged

devtools: Fix panic for breakpoint at invalid entry point#42810
eerii merged 1 commit intoservo:mainfrom
atbrakhi:fix_panic_in_breakpoint

Conversation

@atbrakhi
Copy link
Copy Markdown
Member

Fix panic for breakpoint at invalid entry point.

Testing: Added a new test
Fixes: Part of #42784

Signed-off-by: atbrakhi <atbrakhi@igalia.com>
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Feb 24, 2026
@atbrakhi
Copy link
Copy Markdown
Member Author

atbrakhi commented Feb 24, 2026

We have two different panics in #42784. One of them is fixed by #42785 and this change fixes the other one #42784 (comment) that is invalid line/column in breakpoints.

I think the panic that is fixed by #42785 happens first and that is why we don't see the invalid line/column panic on main branch

Copy link
Copy Markdown
Member

@eerii eerii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Feb 24, 2026
@eerii eerii enabled auto-merge February 24, 2026 10:05
@eerii eerii added this pull request to the merge queue Feb 24, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Feb 24, 2026
Merged via the queue into servo:main with commit 960a20c Feb 24, 2026
33 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants