Skip to content

Memory breakpoint callbacks do not work #114

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

Open
vabold opened this issue Oct 21, 2023 · 3 comments
Open

Memory breakpoint callbacks do not work #114

vabold opened this issue Oct 21, 2023 · 3 comments

Comments

@vabold
Copy link
Member

vabold commented Oct 21, 2023

This may need to be bisected. It would be surprising if whoever wrote this never tested it.

@malleoz
Copy link

malleoz commented Oct 21, 2023

You can search for event emits with "API::GetEventHub().EmitEvent".
With this search, there is supposedly nothing for FrameDrawn, MemoryBreakpoint, CodeBreakpoint

@vabold
Copy link
Member Author

vabold commented Oct 21, 2023

I stand corrected.

@malleoz
Copy link

malleoz commented Oct 23, 2023

More time is needed to investigate crashes that occur if you set MBPs after the on_codebreakpoint event fires, both with the callback style and the async style.

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

No branches or pull requests

2 participants