I’ve never really tried debugging with source-maps enabled. I figured I’d give it a try and while cool, it doesn’t feel so useful because identifiers are not mapped to qualified names.
That includes qualified names of classes and functions and even simple things like instance variables not being mapped to “this”. Is there any way around this limitation? What do other frameworks do? Harbs