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",
|
"type": "firefox",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug chip8 emulator",
|
"name": "Debug chip8 emulator",
|
||||||
"webRoot": "${workspaceFolder}",
|
|
||||||
"reAttach": true,
|
"reAttach": true,
|
||||||
"url": "http://localhost:5500/test.html",
|
"url": "http://localhost:5500/",
|
||||||
|
"webRoot": "${workspaceFolder}",
|
||||||
"pathMappings": [
|
"pathMappings": [
|
||||||
{
|
{
|
||||||
"url": "http://localhost:5500/dist",
|
"url": "http://localhost:5500/dist",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"url": "http://localhost:5500/src",
|
"url": "http://localhost:5500/src",
|
||||||
"path": "${workspaceFolder}/src"
|
"path": "${workspaceFolder}/src"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user