2022-06-22 03:46 AM
Is there a way to stop the project being rebuilt when I run it? I'd prefer to use the last build, rather than building again every time.
I checked the project and build configuration options but couldn't see anything. Thanks.
Solved! Go to Solution.
2022-06-22 04:03 AM
in STM32CubeIDE menu bar Window > Preferences search for build and you get a hit in Launching. That's what can be configured. Give it a try.
hth
KnarfB
2022-06-22 04:03 AM
in STM32CubeIDE menu bar Window > Preferences search for build and you get a hit in Launching. That's what can be configured. Give it a try.
hth
KnarfB
2022-06-22 04:36 AM
Thanks, that was well hidden.
2022-06-22 05:57 PM
Also, in every launch config (aka debugger config) you can disable build before debug. This is tedious but usually you review launch configs before first use.