How do I enable source map support in Firebug?

依然范特西╮ 提交于 2019-12-04 09:55:47

问题


I've been using Chrome for a good while now, and you have to explicitly enable souce map support in the options.

I'm testing something in Firefox now with Firebug, but I'm not seeing my original source files - just the generated bundle.

Is there some way to enable source map support in Firebug? I'm using Firebug 1.12.8 in Firefox 27.0.1.


回答1:


Firebug doesn't support source maps yet (as of 2.0.*).

You may want to follow issue 5765 for source maps support for JavaScript and issue 5961 for CSS.

Firebug 3 will integrate into the built-in DevTools of Firefox, which already have this feature. So Firebug 3 will also have that feature. Development versions are available at getfirebug.com.

Update:

Firebug is merged into the Firefox DevTools since Firefox 48.



来源:https://stackoverflow.com/questions/23346708/how-do-i-enable-source-map-support-in-firebug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!