I'm running into a bug when working with facebook's all.js. I get the line number of the bug, but that line is wow huge. Does facebook provide a "non-minified" version of that all.js file? That would really help me figure out what is going on and step through it..
Related: Tool to Unminify / Decompress JavaScript <-- this link does the trick, but I'm wondering if anyone knows of a de-minified version that is provided by facebook. De-minifying it myself might introduce bugs which would cause me to chase down bugs that don't exist in the original source code.