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
And the debugger quit working on the F77 when I restarted the debugger.