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

Assign value to variables in debugger

tmcole
Beginner
450 Views
How do I assign a value to a variable in the CVF6.6 debugger? This is a classic example of why HTML help files are sometimes worse than useless.
0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
450 Views
presumably you mean something else (far more complicated) but a simple assigning (recalculating) of a new value goes like this:
1. QuickWatch
2. click recalculate or click on the field Value
3. change value as required


A.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
450 Views
...or, if you need to do it frequently, you can do more or less the same
in the Watch window.
Jugoslav
0 Kudos
Reply