From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2422 invoked by alias); 19 Jun 2008 13:04:16 -0000 Received: (qmail 2412 invoked by uid 22791); 19 Jun 2008 13:04:15 -0000 X-Spam-Check-By: sourceware.org Received: from mailhost2.inet.dkfz-heidelberg.de (HELO mailhost2.inet.dkfz-heidelberg.de) (193.174.53.133) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Jun 2008 13:03:49 +0000 Received: from dkfzex2.ad.dkfz-heidelberg.de (dkfzex2.inet.dkfz-heidelberg.de [193.174.53.58]) by mailhost2.inet.dkfz-heidelberg.de (8.13.3/8.13.3/smtpout) with ESMTP id m5JD3lf6009019 for ; Thu, 19 Jun 2008 15:03:47 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: no executable lines Date: Thu, 19 Jun 2008 13:04:00 -0000 Message-ID: From: "Weires Marianne" To: Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00084.txt.bz2 Hi, I am using Cygwin on Windows XP and Insight (version insight-6.1) to debug = some FORTRAN code.=20 In the beginning I was using some simple FORTRAN examples to get to know In= sight. It worked fine.=20 When I am debugging my bigger FORTRAN program I am not able to set any brea= kpoints, as no line of the program is recognized as an executable line (i.e= . no minus signs in the left column), except for the first line ("program p= repare") and the last line ("end"). However, in the assembly mode minus sig= ns are visible.=20 My FORTRAN program contains some "include" statements for a parameter file.= I commented this statement out and then I was able to set breakpoints.=20 Do I have to make different settings for debugging when I have an include s= tatement in my code?=20 I used the following commands to compile my program: g77 -g -I. PREPARE -o = PREPARE.EXE, which seemed to work fine.=20 I would really appreciate some advice! Marianne =A0