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.
function calls from debugger
For more complete information about compiler optimizations, see our Optimization Notice.


