GDB terminates at assert() failure

CodeLite installation/troubleshooting forum
Atimlotus
CodeLite Curious
Posts: 4
Joined: Thu May 23, 2019 12:02 am
Genuine User: Yes
IDE Question: C++
Contact:

GDB terminates at assert() failure

Post by Atimlotus »

Codelite Version : 12.0.0
Self Compiled : No
OS : Win 10
Compiler Version : g++ (i686-posix-dwarf-rev1, Built by MinGW-W64 project) 7.2.0
Debugger Version : gdb 8.0.1

I have enabled "Break at assertion failure (MinGW only) in Debugger Settings->GNU gdb debugger->Misc. However, when an assertion failure happens the program just terminates.

Could this be related to the other issue I'm still having?