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.

Visual Fortran Debugger

g_krishnan
Beginner
510 Views
Hi All:

This posting may sound lame, but being more used to the "dbx" debugger the visual fortran debugger is throwing obstracles at me. Anyway how exactly do I introduce a conditional break in the visual fortran debugger? (i need to stop say when a variable i is equal to 4000)

Any help is appretiated..!!

Adios
Krishnan
0 Kudos
1 Reply
Steven_L_Intel1
Employee
510 Views
Yes. Set the breakpoint normally. Now select Edit..breakpoints. Select the breakpoint you want and click the Conditions button. Now you can type in an expression such as "i == 4000" (without the quotes).

Steve
0 Kudos
Reply