Y
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
rbanffy
4770 days ago
I don't think tracing values is very important when they're immutable.
link
eliben
4761 days ago
How are they immutable? Given some obj, is obj.prop immutable?
link