Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug: "Select script" picker should show a little more #24512

Closed
bpasero opened this issue Apr 11, 2017 · 2 comments
Closed

Debug: "Select script" picker should show a little more #24512

bpasero opened this issue Apr 11, 2017 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@bpasero
Copy link
Member

bpasero commented Apr 11, 2017

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:

image

Not sure if that is a debug issue or extension issue though.

@isidorn
Copy link
Contributor

isidorn commented Apr 11, 2017

This is coming from the chrome debugger, forwarding to @roblourens

@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Apr 11, 2017
@isidorn isidorn assigned roblourens and unassigned isidorn Apr 11, 2017
@roblourens
Copy link
Member

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.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

3 participants