Hacker News new | ask | show | jobs
by eliben 4770 days ago
Do source maps also support tracing values in variables, or do they only map line numbers in source to line numbers in output? Because the former (mapping values) is the hard part of implementing a debugger.
1 comments

I don't think tracing values is very important when they're immutable.
How are they immutable? Given some obj, is obj.prop immutable?