Because I need to know how some functions are running during a cold start, I used the attach function.
After debugging and using "attach running target", clicking restart cannot return the software to the initialization stage.
My debug settings are as follows:

Set a breakpoint in the running phase and initialization phase, and then click restart. The program skips the breakpoint in the initialization phase and stops at the running phase Task.
