One small request:
When the program that I'm writing receives signal SIGSEGV while debugging, CodeLite pops up this message:
Where "Yes" is the default choice.---------------------------
CodeLite
---------------------------
Program Received signal SIGSEGV
Stack trace can be viewed in the 'Stack' tab
Would you like to terminate the debugging session?
---------------------------
Yes No Cancel
---------------------------
Normally after getting a SIGSEGV I look at the Stack to see what caused it.
When "Yes" is the default choice in CodeLite's dialog, I often accidentally terminate the debugging session, and lose all information about what caused the SIGSEGV.
Would it be possible to make "No" the default choice, or to remember what I chose, and not ask again?