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

Conditional breakpoint #127

Open
raybelisle opened this issue Aug 28, 2019 · 1 comment
Open

Conditional breakpoint #127

raybelisle opened this issue Aug 28, 2019 · 1 comment
Labels
enhancement New feature or request ios

Comments

@raybelisle
Copy link

The VSCode debugger supports conditional breakpoints, but it doesn't seem to work in the current code. Would be nice to be able to use this feature.

@raybelisle raybelisle added the enhancement New feature or request label Aug 28, 2019
@ewanharris
Copy link
Collaborator

From what I'm seeing. this looks to work fine on Android, but fails on iOS. I think it's failing somewhere in remotedebug-ios-webkit-adapter (the translation layer we use to go from chrome debug protocol -> WebKits protocol).

@ewanharris ewanharris added the ios label Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ios
Projects
None yet
Development

No branches or pull requests

2 participants