This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 227626 - Make handling of uncaught errors more user-friendly
Summary: Make handling of uncaught errors more user-friendly
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 13:51 UTC by Petr Jiricka
Modified: 2013-03-18 13:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshot of an uncaught error in Chrome Dev Tools (185.94 KB, image/png)
2013-03-18 13:51 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-03-18 13:51:09 UTC
Created attachment 132759 [details]
Screenshot of an uncaught error in Chrome Dev Tools

Currently, when the browser detects an uncaught error, the IDE automatically opens the browser log, which displays the following message:

Uncaught Error: NotFoundError: DOM Exception 8 (14:45:34:389 | error, javascript)
    at do_login (src/main/webapp/auction.js:41:39)
    at init (src/main/webapp/auction.js:20:5)

This is good as it clearly indicates to the user that something is wrong, but this UI is even better in Chrome DevTools. See the attached screenshot.