How to use gdb to find a floating point exception in g ++ code

I have a g ++ program that works without user input. Somewhere the program is interrupted and it says "Floating point exception". Can gdb help me find the reason for this in my code? How?

+2


a source to share


1 answer


You can get help with GDB here and exceptions float .



+8


a source







All Articles