Vscode running code error: Unable to start debugging. Program path 'path' is missing or invalid.

Today I want to run the bubble sorting algorithm with vscode, the whole interface is as follows:

insert image description here

Then when I run it in non-debug mode, the following error is reported:

insert image description here
insert image description here

Then I went to look at the configuration file and found that there was nothing wrong with it.

insert image description here

Looking at the error message, it seems that the file in my folder will not be found. I will think about it later, change the file name of the .c file to English, and then run the debugger successfully:

insert image description here

Guess you like

Origin blog.csdn.net/weixin_46235937/article/details/129519654