[Webkit-unassigned] [Bug 111889] Web Inspector: Error handling for ScriptPreprocessor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 14:44:34 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111889





--- Comment #2 from johnjbarton <johnjbarton at chromium.org>  2013-03-08 14:46:59 PST ---
By adding some LOG_ERROR calls I was able to succeed with my realistic preprocessor (based on traceur JS to JS compiler). 

The next step would plumb the errors back to JS land on the client side, but I don't know how to do that since the errors are asynchronous to the reload() call. For this purpose I think sending console errors back to the debugger would be fine, also something I don't know how to do.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list