VScode编译C++报错Unable to start debugging. Unexpected GDB output from command“-environment-cd XXX”

记录一下遇到的bug希望可以帮到别人。

VScode编译C++报错Unable to start debugging. Unexpected GDB output from command“-environment-cd XXX”.XXX:Invalid argument.

今天在vscode上安装C++编译环境时,安装好后用一个hello world程序测试了一下能不能用,结果编译的时候跳出来了这个报错

VScode编译C++报错Unable to start debugging. Unexpected GDB output from command“-environment-cd XXX”_第1张图片

在CSDN上搜了很久,改了配置文件也不行,一开始看到有文章说路径不能出现中文没有在意,因为看自己的路径感觉没有中文,看了好几篇才想起来自己命名的括号好像是中文,改了之后果然没问题了。

你可能感兴趣的:(Bug,c++,vscode)