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

Show JS exceptions in a popup on Android/iOS. #19

Open
dj2 opened this issue Jul 11, 2013 · 1 comment
Open

Show JS exceptions in a popup on Android/iOS. #19

dj2 opened this issue Jul 11, 2013 · 1 comment
Labels

Comments

@dj2
Copy link
Contributor

dj2 commented Jul 11, 2013

Currently you have to dig through the log files to find javascript exceptions. It would be nice, if when doing a Debug build we could get a popup on screen of the exception. It's sometimes hard to even know that an exception happened and this would make it a lot easier.

@mmocny
Copy link
Member

mmocny commented Jan 30, 2014

This bites people all the time, especially when there are syntax issues on startup.

The downside is that if we wrap console output / catch all exceptions then we end up harming remote inspector line number tracking. This is worth investigating, though.

@mmocny mmocny closed this as completed Jan 30, 2014
@mmocny mmocny reopened this Jan 30, 2014
bshepherdson added a commit that referenced this issue Feb 28, 2014
Chrome Identity example: Identity test now actually retrieves data from the account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants