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.

Step-by-Step Debugging under VS2005

mariokaiser
Beginner
563 Views

hello everybody,

i wrote a console app with fortran9.1 under VS2005 an i want to do a step-by-step debugging now (F8)

whenever i try to do this i get into the disassembly-window automatically. since i cannot deal with that one, can anybody tell me how to da a "normal" step-by-step debugging in the fortran source code?

thanks for ur help

have a nice weekend

bye, mario

0 Kudos
3 Replies
Steven_L_Intel1
Employee
563 Views
Set a breakpoint at the first executable line of code in your program, then use Start (F5). When the breakpoint is hit, you can then step through the code.
0 Kudos
mariokaiser
Beginner
563 Views

hello steve,

i did as u said - after F5 I use F8 and get to the disassembly again...

maybe I have to change some settings??

0 Kudos
mariokaiser
Beginner
563 Views

hello again,

i created a new project and added all the source files - now it works the way u said!

thank u very very much!!!!!

bye, mario

0 Kudos
Reply