美文网首页
MacOS vscode can not run

MacOS vscode can not run

作者: zxlele_c763 | 来源:发表于2021-03-24 19:58 被阅读0次

MacOS vscode can not run and debug

vscode can not run and debug c++ project, when used make C++ projcet.

please modify launch.json.

"osx": {
                "MIMode": "lldb",
                //"miDebuggerPath": "lldb-mi",
                "program": "${workspaceFolder}/output/main"

相关文章

网友评论

      本文标题:MacOS vscode can not run

      本文链接:https://www.haomeiwen.com/subject/lhahhltx.html