eclipse - 尝试调试 D 程序时出错

标签 eclipse debugging gdb d

我的问题是,当我尝试在 Eclipse (Kepler) 的 DDT 中启动 debuggin 时,出现错误:

Error in final launch sequence Failed to execute MI command: -gdb-set auto-solib-add on Error message from debugger back end: No symbol table is loaded.
Use the "file" command. No symbol table is loaded.
Use the "file" command.

我已经使用 -gc 和 -g 标志编译了应用程序,但它没有帮助。

我使用的是原始 DMD 编译器。

最佳答案

听起来你在 Windows 上工作,DMD 还没有 GDB 支持。您可以使用 windbg从命令行或使用 Visual Studio插件,编译后转换调试信息。

关于eclipse - 尝试调试 D 程序时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22064817/

相关文章:

Eclipse 无法找到 JRE

java - 启动tomcat7 :run maven plugin within eclipse and debug

c# - Visual Studio - 调试时将多行表达式插入监 window 口

gdb - 在无法直接访问的服务器上运行 gdb 服务器

c++ - 在未来的共享库加载时设置断点? (y 或 [n])

eclipse - 如何通过 SVN 在 Subclipse 中复制文件或项目?

java - Android 开发 Eclipse - 无法创建新的 Android 项目 - Mac OS

c++ - int main() 首先在这里定义错误

c++ - 我在哪里可以看到 mfc 应用程序中的 printf 输出?

ruby - 如何在 gdb 中为乘客进程获取 rb_backtrace() 的输出