Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I can debug smaller Fortran apps on Windows 10

7 views
Skip to first unread message

Lynn McGuire

unread,
Feb 7, 2023, 5:49:46 PM2/7/23
to
I can debug smaller Fortran apps on Windows 10 ! I just tried debugging
my 100,000 line F77 plus 50,000 line C/C++ app on Windows 10 x64 Pro.
Works just fine, I can set breakpoints and run to cursor on F77 code.

So, somewhere between 100,000 lines of F77 code and 650,000 lines of F77
code (my main app), the OW 1.9 debugger fails to honor breakpoints or
run to cursor in F77 code. Weird. Sounds like an offset is getting
partially overwritten somewhere in the larger code app.

Thanks,
Lynn McGuire

Paul S Person

unread,
Feb 9, 2023, 10:44:41 AM2/9/23
to
Does the main app include any C/C++? Just asking.
--
"In this connexion, unquestionably the most significant
development was the disintegration, under Christian
influence, of classical conceptions of the family and
of family right."

Lynn McGuire

unread,
Feb 9, 2023, 10:14:24 PM2/9/23
to
On 2/9/2023 9:44 AM, Paul S Person wrote:
> On Tue, 7 Feb 2023 16:49:44 -0600, Lynn McGuire
> <lynnmc...@gmail.com> wrote:
>
>> I can debug smaller Fortran apps on Windows 10 ! I just tried debugging
>> my 100,000 line F77 plus 50,000 line C/C++ app on Windows 10 x64 Pro.
>> Works just fine, I can set breakpoints and run to cursor on F77 code.
>>
>> So, somewhere between 100,000 lines of F77 code and 650,000 lines of F77
>> code (my main app), the OW 1.9 debugger fails to honor breakpoints or
>> run to cursor in F77 code. Weird. Sounds like an offset is getting
>> partially overwritten somewhere in the larger code app.
>
> Does the main app include any C/C++? Just asking.

Yes. The main app is a single C function. The main app calls a DLL
with a Fortran entry point and F77 / C / C++ code in it.

And the debugger quit working on the F77 when I restarted the debugger.
I suspect that I can get it to start working by rebooting.

Sigh.

Thanks,
Lynn
0 new messages