Testing for debug mode in vsc
This commit is contained in:
parent
a980b57fe7
commit
52255d24b9
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -8,9 +8,9 @@
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"name": "Debug chip8 emulator",
|
||||
"webRoot": "${workspaceFolder}",
|
||||
"reAttach": true,
|
||||
"url": "http://localhost:5500/test.html",
|
||||
"url": "http://localhost:5500/",
|
||||
"webRoot": "${workspaceFolder}",
|
||||
"pathMappings": [
|
||||
{
|
||||
"url": "http://localhost:5500/dist",
|
||||
@ -20,7 +20,7 @@
|
||||
"url": "http://localhost:5500/src",
|
||||
"path": "${workspaceFolder}/src"
|
||||
}
|
||||
]
|
||||
],
|
||||
},
|
||||
/*
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user