NEW 218574
Web Inspector: map source-mapped variable names to source names
https://bugs.webkit.org/show_bug.cgi?id=218574
Summary Web Inspector: map source-mapped variable names to source names
Nikita Vasilyev
Reported 2020-11-04 11:12:25 PST
Currently, when debugging source-mapped scripts, the mapped variables names may not match the source variable names. Referencing these variables in the console doesn't work. Firefox DevTools has "Scopes [ ] Map" checkbox. https://developer.mozilla.org/en-US/docs/Tools/Debugger/Using_the_Debugger_map_scopes_feature We should either: - Do it like Firefox, e.g. add a on/off toggle. - Always enable it. <rdar://70778463>
Attachments
Note You need to log in before you can comment on or make changes to this bug.