Closure Compiler Generated Source Maps Don't Let Preview Values #73197
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
info-needed
Issue requires more information from poster
Issue Type: Bug
The source maps works itself, but I can't hover over variables to get their names. It's not the case in Chrome.
VS Code version: Code 1.33.1 (51b0b28, 2019-04-11T08:22:55.268Z)
OS version: Darwin x64 18.0.0
map.js
This is the source code.
map1.js
This is the generated source code using Google Closure Compiler.
map1.js.map
This is the map produced by the compiler.
It's great that the source map works, and I know I can't hover over { hash, port } because of return optimisations, but I should be able to preview
res
. And it's the simplest example, there's the same problem in more complex code.this is the visualisation
The text was updated successfully, but these errors were encountered: