Bug 111051 - Web Inspector: Live editing experience: In case of an error in Javascript we have to provide the location information for the error.
Summary: Web Inspector: Live editing experience: In case of an error in Javascript we ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 01:07 PST by Ilya Tikhonovsky
Modified: 2014-12-12 13:29 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2013-02-28 01:07:46 PST
When I do save operation with help of Ctrl-s shortcut I see the error in console 
Uncaught LiveEdit Failure: Failed to compile new version of script: SyntaxError: Unexpected token ?
But this error line doesn't have the location so I have to scan entire text for the errors.
It slows down the development process because we also don't highlight the syntax errors in the editor.
Comment 1 Brian Burg 2014-12-12 13:29:08 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.