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

How to evaluate expressions containing power in the debugger.

ramon_2
Beginner
573 Views
If I type in the debugger.

print x(1)**2

(where x is an array)

it does not work. How can I evaluate a power? (do not answer x(1)*x(1), that would work for this simple example, but not for others)
0 Kudos
2 Replies
Steven_L_Intel1
Employee
573 Views
Which debugger are you using?
0 Kudos
ramon_2
Beginner
573 Views
I am using Intel debugger idb.
0 Kudos
Reply