firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamically loaded js file not visible in debugger

movedoa opened this issue · comments

Hello i load most of my js files dynamically with jquery ($.getScript)
This works but i don't see any of these js files in the debugger.
I program in typescript and transpile to js with inline sourceMapping so "//# sourceMappingURL=%Data%" is present in every js file

In chrome the js files (with the sourcemaps) show up without a problem.