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

function calls from debugger

mwilke
Beginner
950 Views
In my former unix environment, I used to check the norm of a vector while debugging by calling a function of my program. In dbx, I can type e.g.
"call my_vector_norm(vector,result)" and look at the variable result.

In VC++ this is possible in a similar way in the watch window of visual studio. If a try this in VF, the watch window states "Not implemented". Does anybody know if this really doesn't work in VF or if I make a mistake?

Any help is appreciated.

ps: perhaps the array viewer can perform this task, but I don't want to look at single array entries, because the vector is big.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
950 Views
Unfortunately, Microsoft didn't provide us with the interface to do this in CVF. We tried to "reverse engineer" it but without success. Sorry.

Steve
0 Kudos
Reply