-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate SourceMaps #57
Comments
It does optionally generate source maps, but it's really slow and turned off by default. It's really slow! Theseus makes a lot of edits so the maps are large. I even forked falafel just to make it work. :) But stepping through source-mapped code in Chrome was so buggy at the time, and it made pages take so much longer to load, that I just turned it off. Generation of source maps is turned back on by passing
Bonus:
If anyone wants to take any part of this on, let me know! The node-theseus case is pretty simple. As with all issues, this is going on my to-do list but it might take me a little while to get to it. :) |
Yeah this is kind of a deal breaker for Brackets/Theseus. |
Theseus rewrites your JavaScript Source, but it doesn't generate sourcemaps.
Hence if you install the the Console Tools plugin to help debugging issues in the code for example, the line numbers are completely screwed.
Also when you open the Developer Tools in Google Chrome you see the unreadable instrumented code, instead of the code you wrote.
The text was updated successfully, but these errors were encountered: