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

Preload source map and source not directly available in devtool source tab #3565

Open
mulgurul opened this issue Dec 14, 2023 · 0 comments
Open
Labels

Comments

@mulgurul
Copy link

Summary

I'm debugging a lot in Chromiums devtool. I have a lot of code in preload (socket stuff), but it is very annoying that there's no source or sourcemap found for preload under sources/page tab.

I see that the webpack config are using inline sourcemap and that the preload are build to dll folder as preload.js and seems to contain sourcemap indeed.

But it would be great if it was reflected in devtools enabling setting breakpoints on the preload typescript level etc.

I don't know enough about how this works with electrons browser window sending the path to preload etc. for it to work under devtools.

Any help would be highly appreciated:-) Thanks

BR from Peter, Denmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant