-
Notifications
You must be signed in to change notification settings - Fork 119
Error stack is not sourcemapped #212
Comments
It might have something to do with angular. The error that Chrome threw was from an angular component controller. |
That error probably showed up when you clicked on the path in the console, right? That's just from the fact that we look for paths very optimistically, and don't support URLs. But it is a problem that the urls aren't being mapped, since it seems like everything is set up correctly... |
Yes. It happened when I clicked on the path in the console. |
Can you hit breakpoints in those files? |
@roblourens yeah they work just fine. Due to my inability to click on the error location from the command line, I just place a breakpoint in the file that threw the error. Then I click continue from the debugger and tell VSCode to break at the next exception. That's how I find the next exception location that VSCode was trying to map to. |
Is the project on github for me to try? Can you share it? |
Unfortunately it's private. Let me try to create another project that would produce this error. In the meantime, I have a bit more information that I recorded and put on YouTube. Take a look: https://www.youtube.com/watch?v=Nht4eB2jTzY. |
@roblourens Ok, I reproduced the issue using a simple project. I created a repository here with instructions on how to reproduce this error: https://github.com/AskYous/chrome-debug-bug. |
Sorry it took so long to get to this. It's just an obvious mistake in hindsight. |
I am receiving an error from VSCode saying it cannot find the file when I click on the source of an error in chrome from the VSCode debug console. I am running Debugger for Chrome version 3.1.2. I posted a screenshot below. Notice a couple of things:
webRoot
folder to my assets folder, yet it seems to completely ignore it.Update: I ran this with
"trace": true
. Here is vscode-chrome-debug.txt.The text was updated successfully, but these errors were encountered: