解决macOS下无法在vscode集成终端调试的问题 #12
Yu-Jiawei
started this conversation in
Cpp in VSCode on macOS
Replies: 2 comments
-
是的,这样的做法对M1系列的Mac同样适用 |
Beta Was this translation helpful? Give feedback.
0 replies
-
跟着你的视频和网站配置了我的tasks文件,谢谢啦! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
个人觉得使用外部中断还是有点略微麻烦
看到网上一些教程,可以使用CodeLLDB这个插件,然后将launch.json中的"type": "lldb", "externalConsole"设置为false,然后可以vscode内置的debugger里面实时调试了
Beta Was this translation helpful? Give feedback.
All reactions