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
windows version of the GDB frontend DDD
提问by BCS
采纳答案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
回答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。