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

Debugger stops when i>10

onkelhotte
New Contributor II
239 Views
Hi there,
is it possible to set an option in the debugger that the program stops when a variable gets a special value? For example when i gets > 10 or something?
In my program I change a variable very often, but at one point, it gets an unrealistic value. I could test this variable everytime when I change it, but thats not very elegant. I can set with Alt+F9 a breakpoint when the value of i was changed, but thats not quite that I need.
Markus
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
239 Views
Debug->Breakpoints (Ctrl+B) -> Data tab -> there you are.
The feature is a little quirky as the setting tends to be forgotten among sessions, but it's quite useful for problems like that.
Jugoslav
0 Kudos
Reply