Opening files in the native code editor
Categories
(DevTools :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: dev.lukaszpolowczyk, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
I see some error in the Console, I look at what file it is, what line, I open the native code editor and on it.... I go into that file, that line of code.
Actual results:
This requires a lot of steps.
Expected results:
I click the link in the Console to the line of code in that file, and it directly takes me to the native code editor.
Microsoft Edge has this feature.
Just set the folder and the native editor, and Fiefox DevTools itself takes you to a specific line of code, in a specific file, in the native code editor.
A working, temporary solution for SvelteKit with ViteJS:
https://github.com/sveltejs/vite-plugin-svelte/issues/400#issuecomment-1196287096
Check it out, and tell me if it's not a miracle solution?
Updated•15 days ago
|
Description
•