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

Fix "continue" repeat bug in protocol adapter #114

Merged
merged 3 commits into from
Dec 8, 2022

Conversation

TwitchBronBron
Copy link
Member

@TwitchBronBron TwitchBronBron commented Dec 8, 2022

Due to a bug in the 11.5 Roku OS firmware, breakpoints created via the ADD_CONDITIONAL_BREAKPOINTS would hit multiple times when pressing "continue". This PR changes the logic to only use ADD_CONDITIONAL_BREAKPOINTS for breakpoints that have conditional expressions. All other breakpoints will be sent using the standard ADD_BREAKPOINTS request instead. This means you only pay the "continue" penalty for conditional breakpoints.

Also fixed an issue with sending breakpoints to the device while running.

@TwitchBronBron TwitchBronBron merged commit 5408713 into master Dec 8, 2022
@TwitchBronBron TwitchBronBron deleted the fix-continue-bug branch December 8, 2022 17:58
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.

None yet

1 participant