ubuntu刚刚下载vscode并且配置c++完成后出现以下错误:

Stopping due to fatal error: NullReferenceException: Object reference not set to an instance of an object
linux下vscode配置c++后出现NullReferenceException:...的解决办法

问题的解决办法:https://github.com/Microsoft/vscode-cpptools/issues/2922

Workaround: use “externalConsole”: false in launch.json
即把launch.json中的externalConsole 改为 false

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2021-09-02
猜你喜欢
  • 2021-09-03
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-10-02
相关资源
相似解决方案