How can I debug a minified JS in firebug?

后端 未结 7 681
执念已碎
执念已碎 2020-12-23 09:25


I have a web page which includes insane amount of minified JS files. The web page works perfectly fine on my local network but throws some JS error on staging. There is

7条回答
  •  一向
    一向 (楼主)
    2020-12-23 09:37

    Just load the minified file and press the {} button at the bottom and it instantly beautifies, making breakpoints and other debugging possible. (True for Chrome too)

提交回复
热议问题