Framework-arduinoespressif32\cores\esp32

I am having a debug problem in every project I try:
*Temporary breakpoint *
1, app_main () at E:\ESP\esp_idf\packages\framework-arduinoespressif32\cores\esp32\main.cpp:29
29 {

When I press - “F5 continue” - processing continues without further problems and stops correctly at my next stop. How can I eliminate this stop?

The initial breakpoint is wanted as a sanity check. To disable it, set debug_init_break to an empty value in the platformio.ini.

Thanks - on a NewYears Eve !!! :+1: :grinning_face_with_smiling_eyes: Happy New Year to you

I added "debug_init_break = " to the platformIO.ini file - and get
“PlatformIO: Initialization completed”
I do remember to have seen this somewhere.
It works - but I still have to press F5 to get to the first stop.
But thanks anyway… :wink: