Home > Back-end >  [c] visual stdio code error
[c] visual stdio code error

Time:09-24


The Visual Studio Code

Unable to start was debugging. The Program path 'e: \ vscode exe' is missing or invalid.

GDB failed with message: e: \ vscode exe: No to the file or directory.

This may occur if the process 's the executable was changed after the process was started, to the as the when installing an update. Try re - launching the application or restarting the machine.

Launch. The json
If you write a simple hello world
will not appear this problemWere found to have a day also didn't understand a great god solve agghh agghh agghh agghh agghh agghh agghh agghh agghh agghh agghh agghh sigh agghh agghh agghh ahhh

CodePudding user response:

Come on, let do together
1 file - & gt; New - & gt; Create

2 the Win32 - & gt; Win32 console application

3 the Win32 wizard


4 write Hello World
 # include & lt; stdio.h> 

Int main ()
{
Printf (" Hello World! \n");
return 0;
}

CodePudding user response:

Visual studio code is not visual studio

CodePudding user response:

Has been solved, the file name to Chinese, can prevent c/c + + module by using the method of change Settings updated, here attach solve the link https://blog.csdn.net/qq_42121742/article/details/90085239

CodePudding user response:

First take a look at the current folder. Exe files generated no success, if successfully generated, could be Chinese or the blank space in the file path, try change a full English file name
  • Related