aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-09-24 09:52:05 -0500
committerRossTheRoss <msattr@gmail.com>2019-09-24 09:52:05 -0500
commita92b8f2407490bb48ccec5e067a80dd02edd578b (patch)
tree8c751b591376bc2e449ce5993d51987af582aafc /.vscode/launch.json
parentRearrange things (diff)
downloadhomework-a92b8f2407490bb48ccec5e067a80dd02edd578b.tar
homework-a92b8f2407490bb48ccec5e067a80dd02edd578b.tar.gz
homework-a92b8f2407490bb48ccec5e067a80dd02edd578b.tar.bz2
homework-a92b8f2407490bb48ccec5e067a80dd02edd578b.tar.lz
homework-a92b8f2407490bb48ccec5e067a80dd02edd578b.tar.xz
homework-a92b8f2407490bb48ccec5e067a80dd02edd578b.tar.zst
homework-a92b8f2407490bb48ccec5e067a80dd02edd578b.zip
Format things gooder
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json111
1 files changed, 13 insertions, 98 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 20c3726..42a2cbe 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,6 +5,19 @@
"version": "0.2.0",
"configurations": [
{
+ "name": "Python",
+ "type": "python",
+ "request": "launch",
+ "program": "${file}",
+ "console": "integratedTerminal"
+ },
+ {
+ "type": "java",
+ "name": "Java",
+ "request": "launch",
+ "mainClass": ""
+ },
+ {
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
@@ -23,103 +36,5 @@
}
]
},
-
- {
- "name": "Python",
- "type": "python",
- "request": "launch",
- "program": "${file}",
- "console": "integratedTerminal"
- },
- {
- "type": "java",
- "name": "Java",
- "request": "launch",
- "mainClass": ""
- },
- // {
- // "type": "cortex-debug",
- // "request": "attach",
- // "name": "Particle Debugger (photon, p1, electron)",
- // "servertype": "openocd",
- // "interface": "swd",
- // "device": "STM32F205RG",
- // "cwd": "${workspaceRoot}",
- // "executable": "${command:particle.getDebuggerExecutable}",
- // "preLaunchTask": "Particle: Flash application for debug (local)",
- // "armToolchainPath": "${command:particle.getDebuggerCompilerDir}",
- // "svdFile": "${command:particle.getDebuggerSVDFile}",
- // "searchDir": [
- // "${command:particle.getDebuggerSearchDir}"
- // ],
- // "configFiles": [
- // "interface/cmsis-dap.cfg",
- // "target/stm32f2x.cfg"
- // ],
- // "postAttachCommands": [
- // "monitor reset halt"
- // ],
- // "windows": {
- // "configFiles": [
- // "interface\\cmsis-dap.cfg",
- // "target\\stm32f2x.cfg"
- // ]
- // }
- // },
- // {
- // "type": "cortex-debug",
- // "request": "attach",
- // "name": "Particle Debugger (argon, boron, xenon)",
- // "servertype": "openocd",
- // "interface": "swd",
- // "device": "nRF52840_xxAA",
- // "cwd": "${workspaceRoot}",
- // "executable": "${command:particle.getDebuggerExecutable}",
- // "preLaunchTask": "Particle: Flash application for debug (local)",
- // "armToolchainPath": "${command:particle.getDebuggerCompilerDir}",
- // "svdFile": "${command:particle.getDebuggerSVDFile}",
- // "searchDir": [
- // "${command:particle.getDebuggerSearchDir}"
- // ],
- // "configFiles": [
- // "interface/cmsis-dap.cfg",
- // "target/nrf52-particle.cfg"
- // ],
- // "windows": {
- // "configFiles": [
- // "interface\\cmsis-dap.cfg",
- // "target\\nrf52-particle.cfg"
- // ]
- // }
- // },
- // {
- // "type": "cortex-debug",
- // "request": "attach",
- // "name": "Particle Programmer Shield v1.0 (photon, p1, electron)",
- // "servertype": "openocd",
- // "interface": "swd",
- // "device": "STM32F205RG",
- // "cwd": "${workspaceRoot}",
- // "executable": "${command:particle.getDebuggerExecutable}",
- // "preLaunchTask": "Particle: Flash application for debug (local)",
- // "armToolchainPath": "${command:particle.getDebuggerCompilerDir}",
- // "svdFile": "${command:particle.getDebuggerSVDFile}",
- // "searchDir": [
- // "${command:particle.getDebuggerSearchDir}"
- // ],
- // "configFiles": [
- // "interface/particle-ftdi.cfg",
- // "target/stm32f2x.cfg"
- // ],
- // "postAttachCommands": [
- // "monitor reset halt"
- // ],
- // "windows": {
- // "configFiles": [
- // "interface\\particle-ftdi.cfg",
- // "target\\stm32f2x.cfg"
- // ]
- // }
- // }
]
} \ No newline at end of file