首页 > 解决方案 > 如何在 VSCode Mac OSX 上设置调试

问题描述

如果有人在 Mac OSX 上的 VSCode 上设置了调试器,该过程是否像 launch.json 和 tasks.json 文件一样简单?我花了很长时间试图弄清楚如何设置调试器,但我似乎无法理解。当调试器运行时,我无法进入、退出等。任何帮助将不胜感激。

对于一些上下文,这是我的调试控制台中显示的内容:

=library-unloaded,id="/Users/SamRoo/Computer Contest C++/PracticeProblems/Firehose",target-name="/Users/SamRoo/Computer Contest C++/PracticeProblems/Firehose",host-name="/Users/SamRoo/Computer Contest C++/PracticeProblems/Firehose"

接下来是一堆“符号加载”语句。

标签: c++macosdebuggingvisual-studio-code

解决方案


推荐阅读