diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-26 19:17:02 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-26 19:17:02 +0200 |
commit | 5c0538a5aef4ee0ea9ec8ed82b1e74768732286f (patch) | |
tree | f718ae725e5d0f9482229e0bd628630bcdfd9bfa | |
parent | d945680142d5b16d8809ea200833edd97caec2f8 (diff) |
flash and build before debugging and don't stop in main
-rw-r--r-- | .vscode/launch.json | 3 |
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" }, |