Windows 版本的 GDB 前端 DDD

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1574456/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 06:50:22  来源:igfitidea点击:

windows version of the GDB frontend DDD

windowsuser-interfacegdbddd-debugger

提问by BCS

Is there a native (not cygwin) version of DDDavailable for download somewhere?

是否有本地(不是 cygwin)版本的DDD可供下载?

采纳答案by Dominic.wig

There is also a GDB front-end for MS Visual Studio, called WinGDB. It supports both Cygwin and MinGW. You use it just like built-in debugger in VS. It's also possible to debug remotely on Linux via SSH.

还有一个用于 MS Visual Studio 的 GDB 前端,称为WinGDB。它同时支持 Cygwin 和 MinGW。您可以像使用 VS 中的内置调试器一样使用它。也可以通过 SSH 在 Linux 上远程调试。

回答by RonBlackCultist

DDD has not been ported to Windows AFAIK. But there ARE native gdb, which can be perfectly built using MingW32. You can also build Insightnatively using Mingw32. You can also give a try to BeaverDbg

DDD 尚未移植到 Windows AFAIK。但是有原生的gdb,可以使用MingW32完美构建。您还可以使用 Mingw32 本地构建Insight。你也可以试试BeaverDbg

回答by Inn

Try the Affinic Debugger GUI. It is a native Windows application and is similar to DDD. It uses GDB as the backend.

尝试Affinic Debugger GUI。它是一个原生的 Windows 应用程序,类似于 DDD。它使用 GDB 作为后端。

回答by ibak

For a cross-platform gdb frontend, Qt Creator comes to mind. It also does "native" cdb on Windows, but I am not sure that's what you are looking for.

对于跨平台的 gdb 前端,首先想到的是 Qt Creator。它也在 Windows 上执行“本机”cdb,但我不确定这是否是您要查找的内容。

回答by Michael Snyder

Since there is no native windows (not cygwin) gdb, there can't be a native windows (not cygwin) ddd.

由于没有本机窗口(不是 cygwin)gdb,所以不可能有本机窗口(不是 cygwin)ddd。