Skip to content

Commit 9989483

Browse files
ashishiyer9Jinjiang
authored and
Jinjiang
committed
Update the chrome launch file for vscode debugging (#2479)
Weren't able to set breakpoints to specific lines of Vue code. The issue was fixed by removing the "./" part of the "webpack" key; inside "sourceMapPathOverrides".
1 parent 60b9542 commit 9989483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/debugging-in-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
"webRoot": "${workspaceFolder}/src",
6565
"breakOnLoad": true,
6666
"sourceMapPathOverrides": {
67-
"webpack:///./src/*": "${webRoot}/*"
67+
"webpack:///src/*": "${webRoot}/*"
6868
}
6969
},
7070
{

0 commit comments

Comments
 (0)