problem about mdc-Collection of common programming errors
Eli Courtwright
firefox mdc
When working on a large Firefox plugin, I sometimes accidentally make a syntax error not caught by my editor. When this happens, then calling Components.utils.import(“resource://modules/Foo.js”)will simply fail to import or return anything, without any kind of helpful hint as to where in the file to look for the syntax error. Is there any way I can get Firefox to give me some kind of clue when my imports fail?EDIT: I fixed my own problem, which turned out to be that I was using code which had
Web site is in building