visual studio codeを使用してデバッグを行いたいと思っていますが、ブレークポイントが設定できません。
すごく単純なミスのような気がしますが、何がいけないのでしょうか?ご教授お願いします。
launch.jsonの設定は以下の通りです。
index.htmlに対してブレークポイントがつけられない状況です。
デバッガはDebugger for Chromeを使用しています。
よろしくお願いします。
launch.json
1{ 2 // Use IntelliSense to learn about possible attributes. 3 // Hover to view descriptions of existing attributes. 4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 5 "version": "0.2.0", 6 "configurations": [ 7 { 8 9 "type": "chrome", 10 "request": "attach", 11 "name": "Attach to Chrome", 12 "port": 9222, 13 "webRoot": "${workspaceFolder}" 14 }, 15 { 16 "type": "chrome", 17 "request": "launch", 18 "name": "Launch Chrome", 19 "url": "http://localhost:8080/jocl/", 20 "webRoot": "${workspaceFolder}/index.html" 21 } 22 23 24 ] 25}
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。