Re: Debugging GCC C++ Using Visual Studio .NET

2004-10-04 Thread Harry
Dave, Thank you for your prompt reply. I'll check out Insight as you suggested. Right now we use Eclipse with the CDT plugin as a frontend to gdb. Using VS .NET would of been nice since our developers are quite familiar with the environment. - Harry -- Unsubscribe info: http://cygwin.com

RE: Debugging GCC C++ Using Visual Studio .NET

2004-10-04 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Harry > Sent: 04 October 2004 18:49 > Hello, > I'm curious as to wether it's possible to compile C++ source > code under the > cygwin/GCC environment and have it's debugging symbols read > by Visual Studio > .NET in order to debug th