Skip to content
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

Properly return instruction breakpoints in DebugSession #12190

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

martin-fleck-at
Copy link
Contributor

Fixes #12189

What it does

Fixes #12189

How to test

Start a debug session, open the Disassembly view and add an instruction breakpoint. The debug view should be updated with the instruction breakpoint but it does not as the session does not return it properly.

Review checklist

Reminder for reviewers

Copy link
Contributor

@colin-grant-work colin-grant-work left a comment

Choose a reason for hiding this comment

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

That explains - and fixes - that problem. 👍

@vince-fugnitto vince-fugnitto added debug issues that related to debug functionality disassembly issues related to the disassembly view labels Feb 21, 2023
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

LGTM 👍

packages/debug/src/browser/debug-session.tsx Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality disassembly issues related to the disassembly view
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DebugSession.getInstructionBreakpoints does not return instruction breakpoints
3 participants