简体   繁体   English

用于 windows 的开源 c++ 调试器

[英]Open source c++ debugger for windows

Does anybody know an open source C++ debugger for Windows?有人知道 Windows 的开源 C++ 调试器吗?

It doesn't have to be good, it just has to work.它不一定很好,它只需要工作。 (I'd prefer one written in C++) (我更喜欢用 C++ 编写的)

thanks:)谢谢:)

GDB but ofcourse! GDB 当然

And be assured it works as well as any debugger does:)并确保它和任何调试器一样工作:)

In the absence of any statements to the contrary, I'll assume here that gdb will work fine for you.在没有任何相反的陈述的情况下,我在这里假设gdb对您来说可以正常工作。 For a comprehensive tool-chain, look to mingw.如需全面的工具链,请查看 mingw。

Also check out Eclipse CDT (C/C++ Development Tooling) -- this is OPEN SOURCE -- BUT i still doubt it can beat VS 2010 debugger?另请查看Eclipse CDT(C/C++ 开发工具) ——这是开源的——但我仍然怀疑它能否击败 VS 2010 调试器?

Any ideas anyone?有什么想法吗?

Technically these both are IDEs, but maybe that's what you mean by debugger .从技术上讲,这两个都是 IDE,但也许这就是你所说的debugger的意思。 I think you can use whatever compiler/debugger you like with them:我认为你可以使用任何你喜欢的编译器/调试器:

  • NetBeans - I'm not sure if it will remain open, seeing as Oracle bought Sun Microsystems. NetBeans - 我不确定它是否会保持打开状态,因为 Oracle 收购了 Sun Microsystems。 It's great as a Java IDE and has C++ modules.它非常适合作为 Java IDE 并具有 C++ 模块。
  • Code::Blocks - I use it on Linux and love it. Code::Blocks - 我在 Linux 上使用它并且喜欢它。 I can't tell you much about it on Windows though, as I've never used it on that platform.不过,我不能在 Windows 上告诉你太多关于它的信息,因为我从未在那个平台上使用过它。 I just know it has an installer.我只知道它有一个安装程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM