Re: Question about gdb install
Matthias Schroeder via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> On 21 Nov 2023, at 14:27, Luis Machado <[email protected]> wrote: > > On 11/21/23 13:21, [email protected] wrote: >> Thanks for your answer. By the way, if I want to debug fortran code on the Mac arm, what software can I use? > > I'm not sure how much fortran LLDB supports, but I'd recommend trying LLDB, as it should be supported for Mac/Arm. > LLDB does support a bit of fortran code, you can look up the code, set breakpoints, step through, but it can not show you the value of variables. So it is of VERY limited use for debugging fortran code on Apple Silicon.