Closed xtutu closed 2 months ago
You can set sourceMapRenames: false
to get around this.
Not sure there's much we can do for this case. The source map renames we calculate are pretty fast but with giant sources and source maps the work we need to go can be slow.
thanks! it works
Describe the bug VSCode can successfully hit my breakpoints, but when I hover over a variable, The process keeps hanging. Is it a bug ?
vscode-debugadapter-f346b509.json
VS Code Version: 1.92.2
Additional context
launch.json
init.mjs size: 9551 KB
init.mjs.map size: 30950 KB
But when I use "chrome://inspect/#devices" to debug, it react quickly!
How can I solve this problem ?