Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 nemiver 的新手,我正在尝试调试 C 代码。所以我首先使用 Geany 编译它,然后在 shell 中输入以下内容:
nemiver 源
nemiver 打开,一切都很好,除了我只看到 ASM 代码这一事实。我无法切换到“源视图”(C 代码)。
我应该怎么做才能看到 C 代码进行调试?
您应该使用调试符号构建您的二进制文件(“-g”将为您提供 gcc 的基本调试信息)。当您这样做时,Nemiver 将能够找到源文件,实际上会根据需要自动打开源文件。