开发者

Debugging of CygWin gcc compiled programs by Visual Studio 2008

Is it possible to debug Windows host开发者_如何转开发ed programs compiled by cygwin gcc by using Visual Studio debugger?


Not really - the GCC and MS compiler debug information formats are different. You should be able to use the MS debugger in machine code mode, but you won't see all the class & variable names etc.

If you are wanting to use the MS debugger because you find gdb too intimidating, you can get quite a nice GUI front end for it at http://sourceware.org/insight.


cygwin has gdb - use that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜