Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Debug problem in CVF 6.6B and WinXP

icamps
Beginner
620 Views
Hi all,

I am using CVF 6.6B on WindowsXP SP1, 256MB RAM, 40GB HD.

When I try to debug a fortran console program, a windows asking me for a file "crt0.c" appear. I just make a search in my HD for this file, but I did not find it. After that, the debug enter in the assembler windows.

Also I try to generate all the code information (using the DEBUG option and code listing in the project options) unsuccesfully.

How can I get a "normal" debug session? I mean, I would like to get into the source code not into the assembler code step-by-step.

Regards,

Camps
0 Kudos
1 Reply
Steven_L_Intel1
Employee
620 Views
You need to set a breakpoint at the first executable line of the fortran program and use the Go command to start.
How are you trying to get the code? You want to specify a source listing with the machine code option.
0 Kudos
Reply