Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Re: Problem trying to debug

OK, thanks. I finally found this bug report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280492
I see that, once one knows how, things work, but nevertheless it is a bit
surprising that this bug seems not being corrected.


Keith Prussing escribió:
> I ran into this problem myself. CDT is setup to automatically stop at the
> start
> of the main routine in a C program. I was able bypass this error by going
> to
> Debug configurations -> (Your Application) -> Debugger menu and making
> sure that
> the "Stop on startup at" box was unchecked. My understanding is that since
> photran is built on the CDT, it does not distinguish between C/C++
> applications and Fortran
> applications.
>
> Keith Prussing
>
> Message: 1
> Date: Thu, 1 Apr 2010 23:45:47 -0300 (ART)
> From: "Fernando Molina" <fmolina@xxxxxxxxxxxxxx>
> Subject: Re: [photran] Problem trying to debug
> To: "Photran Information" <photran@xxxxxxxxxxx>
> Message-ID:
> 	<1328.190.139.156.105.1270176347.squirrel@xxxxxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain;charset=iso-8859-1
>
> Hello all,
> Update:
> Create a fortran project, compile and run. OK. Now try to debug; clicking
> on the debug button arrow to open drop down list, shows "Hello.exe" but
> with the "c" project icon. Click "Debug configurations" and double click
> "Fortran local application" to create a fortran debug configuration. Click
> "Debug" with default parameters. In the source code window the following
> message is displayed:
> 'Can't find a source file at
> "../../../gcc-4.4.3-mingw/libgfortran/fmain.c"
> Locate the file or edit the source lookup path to include its location.'
>
> I changed several options but with no luck.
>
> Any suggestions?
>
> Regards,
>
> Fernando
>
>
>
>
>
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>




Back to the top