[ALOY-52] Stronger exception/error messages
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-19T11:52:04.000+0000 |
Affected Version/s | 2012 Sprint 14 |
Fix Version/s | 2012 Sprint 14 |
Components | Runtime, XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-05-16T08:23:55.000+0000 |
Updated | 2014-06-22T13:21:06.000+0000 |
Description
Currently, far too many DOM-related exceptions will return with both the filename and line number of the exception being undefined. This makes it very difficult to debug apps. Part of this stems from the use of
eval()
for loading our XML scripts. We need to investigate further to see other causes of these vague errors and find ways to meaningfully express them to developers.
eval() has been removed. Additional logging tickets are sub-tasks of [ZIPTI-19]