aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-26 19:17:02 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-26 19:17:02 +0200
commit5c0538a5aef4ee0ea9ec8ed82b1e74768732286f (patch)
treef718ae725e5d0f9482229e0bd628630bcdfd9bfa /.vscode
parentd945680142d5b16d8809ea200833edd97caec2f8 (diff)
flash and build before debugging and don't stop in main
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9c586dc..b104e0f 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -31,9 +31,8 @@
"executable": "${workspaceFolder}/stm32f091/main.elf",
"request": "launch",
"type": "cortex-debug",
- "runToEntryPoint": "main",
"servertype": "stlink",
- "preLaunchTask": "stm32/build",
+ "preLaunchTask": "stm32/flash",
"linux": {
"stlinkPath": "/usr/bin/st-util"
},