Fortran Debugging Probleme unter Xcode
Beim Debuggen von Fortran Code unter Xcode bekam ich folgende Fehlermeldung:
“Debugger can not find source file”
Zu lösen ist das Problem wie folgt:
If you aren’t using Xcode 2.2 then you will need to turn off Lazy Symbol Loading, in Debugging of Xcode Preferences.
Comments Off on Fortran Debugging Probleme unter Xcode