vscode debug values should take into account source map names #22690
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
The ES5 transpilers such as Typescript and babel translate nested
this
into_this1
,this2
e.t.cthe source map generated by transpiler contains what names should be used as the values but this isn't taken into account via inline values or hover in the editor. To get the actual values, a user has to do guess via console on what the generated property is actually called.
I believe the experience can be improved. Happy to send a PR if you guide me on how to get source map names from the debug adapter.
@roblourens @isidorn
The text was updated successfully, but these errors were encountered: