Javascript-在Firefox中调试es6源代码映射

Javascript-在Firefox中调试es6源代码映射,javascript,debugging,firefox,ecmascript-6,systemjs,Javascript,Debugging,Firefox,Ecmascript 6,Systemjs,虽然Firefox能够显示原始es6源文件,但它不能设置任何断点。我尝试在代码上使用debugger语句,但无法理解Firefox在哪里崩溃。我的代码库使用system.js 但在Chrome中,一切都正常。所以我不确定谁是罪魁祸首,Firefox还是system.js

虽然Firefox能够显示原始es6源文件,但它不能设置任何断点。我尝试在代码上使用
debugger
语句,但无法理解Firefox在哪里崩溃。我的代码库使用
system.js

但在Chrome中,一切都正常。所以我不确定谁是罪魁祸首,Firefox还是system.js