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

Visual Fortran Debugger

g_krishnan
Beginner
501 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
501 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