put trace statements on everything - When doing highly numerical code, using a debugger to single step usually doesn't work as well as trace statements
turn off as much functionality as possible - Set all of the variables you can so 0.0. Remove function calls. Try to get the minimum number of things necessary to reproduce the bug