If you had something like this:
Code:
columns : [
{
text : 'Url',
flex : ,
dataIndex : 'url'
}
]
Wouldn't you get a nice syntax error message in the browser with the file name and line number and click on the file name it'd take you directly to that line with a red squiggly?
Seems like this would be pretty easy to debug:
Screen Shot 2015-12-29 at 3.10.32 PM.jpg
Screen Shot 2015-12-29 at 3.10.40 PM.png
The only time I don't get giant fingers pointing at my code is if it's in a compile file (then it can be hard to figure out where but you can prettify the code in chrome/firefox) or if it's in an Ext JS template where the javascript code is generated from that template code.