From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21470 invoked by alias); 4 Jan 2006 12:20:23 -0000 Received: (qmail 21461 invoked by uid 22791); 4 Jan 2006 12:20:22 -0000 X-Spam-Check-By: sourceware.org Received: from mta07-winn.ispmail.ntl.com (HELO mta07-winn.ispmail.ntl.com) (81.103.221.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jan 2006 12:20:21 +0000 Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20060104122019.JSXX21883.mta07-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com>; Wed, 4 Jan 2006 12:20:19 +0000 Received: from [127.0.0.1] (really [81.108.244.65]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20060104122019.RJSR29634.aamta11-winn.ispmail.ntl.com@[127.0.0.1]>; Wed, 4 Jan 2006 12:20:19 +0000 Message-ID: <43BBBD81.8070207@ntlworld.com> Date: Wed, 04 Jan 2006 12:20:00 -0000 From: Dave Murphy User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Eigil_Krogh_S=F8rensen?= CC: insight Subject: Re: Insight only shows assembler in source window References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 0601-1, 01/03/2006), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00001.txt.bz2 Eigil Krogh Sørensen wrote: > Hi, > > Now the build of insight under cygwin got through and I have done "make install" > > Unfortunately insight now only will show ASSEMBLY code in the source window. > > What can be the reason for that ? > You're debugging an app with no debug info. compile and link with the -g flag Dave