Skip to content

[iOS] Support for breakpoints with ignoreCount in iOS only #97

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

Merged
merged 1 commit into from
Nov 30, 2016

Conversation

ivanbuhov
Copy link
Contributor

Fixes: #90

This implementation works properly only on iOS.
On the Android side we are translating the hit count to the semantically equivalent ignoreCount property as described in the V8 debugging protocol spec but still after setting a breakpoint with a hit count set to some positive number, the value of ignoreCount is ignored and the breakpoint is hit every single time. ping @blagoev

@ivanbuhov ivanbuhov changed the title Support for breakpoints with ignoreCount [iOS] Support for breakpoints with ignoreCount in iOS only Nov 30, 2016
@ivanbuhov ivanbuhov merged commit 3bed927 into master Nov 30, 2016
@ivanbuhov ivanbuhov deleted the buhov/hit-count-support branch November 30, 2016 15:14
@ivanbuhov ivanbuhov added this to the 0.5.0 milestone Nov 30, 2016
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.

1 participant