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

debugger: Fix issue with breakpoint reset after restart (#3423) #3424

Closed
wants to merge 1 commit into from

Conversation

awmorgan
Copy link

This commit addresses an issue where breakpoints would get set to address 0 after a restart. The issue was rooted in the lack of preservation of certain breakpoint information during the process of creating a breakpoint in the Debugger's CreateBreakpoint method.

This commit addresses an issue where breakpoints would get set to
address 0 after a restart. The issue was rooted in the lack of
preservation of certain breakpoint information during the process
of creating a breakpoint in the Debugger's CreateBreakpoint method.
@aarzilli
Copy link
Member

I think this is the wrong way to fix the bug, that field is supposed to represent how the breakpoint was set.

@aarzilli
Copy link
Member

I'll look into it tomorrow.

@awmorgan
Copy link
Author

OK. Thanks.

@aarzilli
Copy link
Member

Closing in favor of #3425

@aarzilli aarzilli closed this Jun 20, 2023
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.

2 participants