如何在 windows 中 运行 cuda-gdb?我可以使用 cygwin 吗?

How to run cuda-gdb in windows? Can I use cygwin for it?

我想在 windows 中使用 cuda-gdb 调试我的应用程序。 windows 中的 运行 cuda-gdb 可以吗? cygwin 会帮忙做吗?

cuda-gdb 不受官方支持,也不打算在 windows 环境中使用。来自 here:

This document introduces CUDA-GDB, the NVIDIA® CUDA® debugger for Linux and Mac OS.

cygwin 不是 运行 windows 上任何 CUDA linux 工具的官方支持环境。

windows 应用程序的推荐调试器是 NSIGHT Visual Studio Edition,它将由 windows 的 CUDA 7.5 安装程序自动安装,假设 visual studio 的兼容版本是找到了。

有关支持的配置,请参阅 CUDA 7.5 windows installation guide