Pretty print helped me to debug, but I agree the minifier does go rather
far with renaming and even reorganizing your code and sometimes it is
hard to debug if there are multiple statements combined with && or
commas.Usually your script ends with ".min.js" so you can use the
unminified version by omitting the ".min". So on your side include the
non minified version and you should be able to see the code how you
wrote it.