Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Xcode 3.0 vs Xcode 2.5?

hmarkus
Beginner
869 Views
This question is maybe more about Xcode than about the Fortran compiler.

I've just upgraded to Leopard and have both Xcode 3 and 2.5 installed (and Intel Fortran 10.1.012).

Running my fairly simple projects in Xcode 2.5 works as it did under OS X 10.4 and Xcode 2.5. Running the same project in Xcode 3, I see no output window but the code gets executed.

I am working in debug mode (not release mode) as I don't really plan to build a application but only use the Xcode as an IDE. When I select Build&Run in Xcode 2.5 it builds and runs my code, opening a Run Log window to show the output.

In Xcode 3.0, building works fine and Xcode simply says 'Debugging of "xxx" ended normally'. But it does not show me any output (which is essential for 'real debugging').
0 Kudos
4 Replies
Ron_Green
Moderator
869 Views
With Xcode 3, you need to manually launch the console window:

Under menu 'Run' -> 'Console'

and just leave that console window up. Yes, seems Xcode 2.4 was a little more user friendly in this regard.

ron
0 Kudos
hmarkus
Beginner
869 Views
Ah well, they just renamed a few things. Instead of 'Run log', you now have use 'Console'. And add it in the preferences under debugging, On start, with 'Show Console', it then will show up automatically.
0 Kudos
Ron_Green
Moderator
869 Views
By jove, there it is alright! Thanks for the tip, that made my day.

ron
0 Kudos
hmarkus
Beginner
869 Views
If you look for a command to clear that window, there is a small snag described here:
http://lists.apple.com/archives/Xcode-users/2008/Mar/msg00022.html
0 Kudos
Reply