Skip to content

Commit

Permalink
update launcher.json
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed May 15, 2024
1 parent 1ad8583 commit b99fd2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "Pixl.js JLink Debug",
"cwd": "${workspaceRoot}",
"executable": "fw/_build/pixljs.out",
"armToolchainPath": "D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin",
"armToolchainPath": "",
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
Expand All @@ -22,7 +22,7 @@
"name": "Pixl.js Pyocd Debug",
"cwd": "${workspaceRoot}",
"executable": "fw/_build/pixljs.out",
"armToolchainPath": "D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin",
"armToolchainPath": "",
"request": "launch",
"type": "cortex-debug",
"servertype": "pyocd",
Expand All @@ -35,7 +35,7 @@
"name": "Pixl.js Openocd Debug",
"cwd": "${workspaceRoot}",
"executable": "fw/_build/pixljs.out",
"armToolchainPath": "D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin",
"armToolchainPath": "",
"request": "launch",
"type": "cortex-debug",
"servertype": "openocd",
Expand Down

0 comments on commit b99fd2c

Please sign in to comment.