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...
Division by zero?
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Wed May 28, 2014 9:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Wed May 28, 2014 9:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Division by zero?
This is for both local x86 debugging and remote ARM gdbserver...
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Division by zero?
Please open a bug for this, or it will get lost in the forum..
Eran
Eran
Make sure you have read the HOW TO POST thread