I used it to find some errors in a large js file. Was very useful. It didn't tell me what the errors were, but highlighted brackets indicated that some inside must not be closed correctly. Turns out I accidentally commented out an if statement end bracket. Thanks. I will use this a lot. |