Division by zero?
Posted: Tue Jun 03, 2014 11:59 pm
Hi, I was doing some tests and I noticed that division by zero exceptions are not caught inside codelite.
Doing a simple "x / 0 " on a terminal I get a "Floating point exception", the same in other debuggers (e.g. nemiver) and obviously CLI gdb, they catch SIGFPE.
But in codelite the debugee seems to stuck at the division...
Doing a simple "x / 0 " on a terminal I get a "Floating point exception", the same in other debuggers (e.g. nemiver) and obviously CLI gdb, they catch SIGFPE.
But in codelite the debugee seems to stuck at the division...