This looks similar to what would be needed? https://github.com/microsoft/vscode/issues/12066
> On Jul 21, 2024, at 4:24 PM, Gabe Harbs <harbs.li...@gmail.com> wrote: > > 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