Testing for debug mode in vsc

This commit is contained in:
Miguel Angel 2024-09-01 17:01:41 +02:00
parent a980b57fe7
commit 52255d24b9
2 changed files with 3 additions and 3 deletions

6
.vscode/launch.json vendored
View File

@ -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"
} }
] ],
}, },
/* /*
{ {