Hi all,
I'd like to debug minified JavaScript with Firebug. As you may guess, it has lots of functions on each line of script, so setting breakpoints per line is pretty useless. Is it possible to set breakpoint on individual functions somehow?
Also, is there any plugin to format JS inside debugger (to make setting breakpoints inside this mess somewhat easier)? I've found FireRainbow, but it does only syntax highlighting.