Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: Debugging GCC C++ Using Visual Studio .NET Date: Mon, 4 Oct 2004 19:04:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 04 Oct 2004 18:04:47.0986 (UTC) FILETIME=[A2D53D20:01C4AA3C] > -----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 the program using the VS .NET > graphical debugger. Is this > at all possible? No. [*] > If so does anyone do this and have comments > on how to get it up > and running. Use insight instead. cheers, DaveK [*] To a first approximation. Obviously if you want to spend six months or so attempting to get to grip with the undocumented internals of CV10 and then write your own variant of gas that would output that format directly, or write a patched version of objcopy that could translate, for example, then that would probably work. But there'd be a large amount of complicated work and it wouldn't even be certain if it was possible until you tried it. -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/