Is it possible to store the cache for the sync
, debug
, and run
modes separately? Currently, after sync
, I can only proceed to debug
, but not to run
, otherwise it will start the compilation from the beginning, which will take a lot of time.
#7267
Labels
Description of the feature request:
Is it possible to store the cache for the
sync
,debug
, andrun
modes separately? Currently, aftersync
, I can only proceed todebug
, but not torun
, otherwise it will start the compilation from the beginning, which will take a lot of time.run:
debug:
sync:
run log:
debug log:
sync log:
Which category does this issue belong to?
CLion
What underlying problem are you trying to solve with this feature?
repeated compilation.
What operating system, Intellij IDE and programming languages are you using? Please provide specific versions.
macos 15.2 ,clion 2024.3
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: