I am launching a large project in CLion with 10 small projects inside. Each small project has a core function. These small projects must be carried out sequentially, say a-> b-> c-> d → ... to ensure the correct execution of a large project.
Currently, when I try to debug this large project, I have to manually start the debugging session of each small project sequentially, which is annoying.
My question is, is there a convenient way so that it can start the debugging processes of these small projects for me automatically with one click?
source
share