tc39 / source-map

Source map specification, RFCs and new proposals.
https://tc39.es/source-map/
Other
114 stars 16 forks source link

Evaluating source language expressions #3

Open fitzgen opened 9 years ago

fitzgen commented 9 years ago

Source maps should provide a way to evaluate original source language expressions in the scope of a given frame when the debugger is paused in that frame. This would allow the implementation of conditional breakpoints, watch expressions, an interactive REPL, etc.

erights commented 6 years ago

I understand what it means to ask that debuggers support such evaluation. But what does it mean for source maps to? What more would source maps need to help debuggers do this scoped evaluation?

erights commented 6 years ago

Ah. Is this really about issue #2 ?