Hi everyone, I am using fp_trap to debug the floating-point error in my code. Is there any way I can move from one floating point to next one When I run the code in the debugger with "-fp_trap"? I know that some floating point errors are due to uninitialized variables but those are benign. I want to move to those ones that lead to NANs or division by zero.
Thanks, Rama
