DDD has not been ported to Windows AFAIK. But there ARE native gdb, which can be perfectly built using MingW32. You can also build Insight natively using Mingw32. You can also give a try to BeaverDbg
MS Visual Studio 还有一个 GDB 前端,称为 WinGDB。它支持 Cygwin 和 MinGW。使用它就像使用 VS 中的内置调试器一样。还可以通过 SSH 在 Linux 上进行远程调试。
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.
发布评论
评论(5)
DDD 尚未移植到 Windows AFAIK。但是有原生的 gdb,可以使用 MingW32 完美构建。
您还可以使用 Mingw32 原生构建 Insight。
您还可以尝试 BeaverDbg
DDD has not been ported to Windows AFAIK. But there ARE native gdb, which can be perfectly built using MingW32.
You can also build Insight natively using Mingw32.
You can also give a try to BeaverDbg
MS Visual Studio 还有一个 GDB 前端,称为 WinGDB。它支持 Cygwin 和 MinGW。使用它就像使用 VS 中的内置调试器一样。还可以通过 SSH 在 Linux 上进行远程调试。
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.
尝试Affinic 调试器 GUI。它是一个本机 Windows 应用程序,类似于 DDD。它使用GDB作为后端。
Try the Affinic Debugger GUI. It is a native Windows application and is similar to DDD. It uses GDB as the backend.
对于跨平台 gdb 前端,我们会想到 Qt Creator。它还在 Windows 上执行“本机”cdb,但我不确定这就是您正在寻找的。
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.
由于没有本机 Windows(不是 cygwin)gdb,因此不可能有本机 Windows(不是 cygwin)ddd。
Since there is no native windows (not cygwin) gdb, there can't be a native windows (not cygwin) ddd.