-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
devtools: Implement breakpoints events #38824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Signed-off-by: Delan Azabani <dazabani@igalia.com>
ec6682a to
f059132
Compare
Co-authored-by: delan azabani <dazabani@igalia.com> Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Co-authored-by: delan azabani <dazabani@igalia.com> Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Co-authored-by: delan azabani <dazabani@igalia.com> Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This was referenced Sep 10, 2025
This was referenced Nov 21, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 22, 2025
Prequisite for implementing pausing in the debugger. This will be part of the `ThreadActor` response to `interrupt`. I decided to split the change in multiple patches since it is quite big. Continuation of #38824. Testing: Deferred until the pause is fully implemented. Fixes: Part of #36027. Signed-off-by: eri <eri@igalia.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 24, 2025
Prequisite for implementing pausing in the debugger. This will be part of the `ThreadActor` response to `interrupt`. Continuation of #38824. Depends on #40787 for `EnvironmentActor*`. Testing: Deferred until the pause is fully implemented. Fixes: Part of #36027. --------- Signed-off-by: eri <eri@igalia.com>
Member
Author
|
Closing this as @eerii has already landed several parts of this code! |
Contributor
|
For future reference, the missing parts that have not landed yet (and will likely land in the coming weeks are):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the changes that this pull request makes here. This will be the commit message.
Testing: Describe how this pull request is tested or why it doesn't require tests
Fixes: Link to an issue this pull requests fixes or remove this line if there is no issue