We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An error is thrown when a breakpoint is hit on iOS
Error processing "breakpointLocations": 'Debugger.getPossibleBreakpoints' was not found: [object Object]
Steps to reproduce the behavior, e.g.:
alert($.label.text);
No error to appear in the debug console
The text was updated successfully, but these errors were encountered:
Have same issue. Have re-installed all brew dependencies. get same error when using sdk 8.x.x , silent when using 9.x
Sorry, something went wrong.
This issue also occurs on Classic Titanium apps
No branches or pull requests
Describe the Bug
An error is thrown when a breakpoint is hit on iOS
Error
Steps to reproduce the bug
Steps to reproduce the behavior, e.g.:
alert($.label.text);
Expected Behavior
No error to appear in the debug console
Your Environment
The text was updated successfully, but these errors were encountered: