Jasper St. Pierre (2014-09-29T15:37:29.000Z)
domenic at domenicdenicola.com (2014-10-05T23:40:51.482Z)
It sounds like you want a standardized debugger and profiler API, rather than a language feature. Every engine is different enough internally that I don't think it makes sense to have a standardized debugger API. That said, the Mozilla Debugger API is quite impressive. It might make sense to look at standardizing a subset of that.