You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging a vue.js application using the Chrome Debugger, the script picker showed cryptic names making it hard to find the actual script to debug:
Not sure if that is a debug issue or extension issue though.
The text was updated successfully, but these errors were encountered:
You're probably using webpack in a mode where it evals everything - those are eval scripts. I suggested showing sourcemapped scripts in that picker which would help here: microsoft/vscode-chrome-debug-core#186.
Refs: Vue.js test tour (#23385)
When debugging a vue.js application using the Chrome Debugger, the script picker showed cryptic names making it hard to find the actual script to debug:
Not sure if that is a debug issue or extension issue though.
The text was updated successfully, but these errors were encountered: