-
Notifications
You must be signed in to change notification settings - Fork 119
Support inlined sources #85
Comments
How does the inline source mapped file show up inside the editor? As a "virtual file" like in Chrome DevTools? |
It doesn't show up in the file explorer, you can only see the source if you step in to it, or have a debugger keyword, or something. But once you see the source, you can set more breakpoints in it. |
Relevant - microsoft/vscode#11947 |
Got it, so as virtualized file. Could be interesting to do some fuzzy match on the file-contents, and map it that way as a last resort. |
I'm having trouble with this using Not sure if this is the right issue or project to report this, but it seemed like the most relevant. |
If local sources can't be resolved, use the sources inlined in the sourcemap
The text was updated successfully, but these errors were encountered: