The Disco Spider
The Disco Spider

Reputation: 167

Firefox Devtools is showing a large Javascript file as undefined

I have a large compiled .js file in my webapp. When I put down a breakpoint or click on an error in the Firefox Devtools console it doesn't load the file in the Sources tab. What's displayed is the text undefined instead of the file. What could cause this? Is there a devtools config that's missing?

Upvotes: 1

Views: 384

Answers (1)

Sebastian Zartner
Sebastian Zartner

Reputation: 20085

This is obviously a bug in the Firefox Debugger. To get it fixed you should file a bug report on the related issue tracker and attach a minimal test case as FrankerZ pointed out in a comment.

Also, the Browser Console may contain error messages related to this, which should be attached to the bug report to help to fix the issue.

Upvotes: 1

Related Questions