Help on debug C++ in window

My C++ extension is working and intellisense is working now. i try to use C++ debug in window. I face the problem of cant file the file myprogram.out.

I attached the screen as below.

Pls help me.

As said here (Need help on C++ Intellisense - #2 by maxgerhardt) you have the wrong extensiosn installed. C/C++ Intellisense by austin is wrong and may be causing conflicts, as well as the other C++ extension potentially.

What’s the platformio.ini of the project you’re trying to debug?

I am using extension C/C++ from Microsoft. The photo is below. The extension and intellisense work fine now. I just cant debug.

I got this solved after following the video procedures in youtube.

Thank you