In https://wiki.codelite.org/pmwiki.php/Main/Debugging instuctions there's a section
Code: Select all
The Debug Tab
When the debugger starts, the Debug tab appears (at the bottom of CodeLite by default),
and debugger output can be seen in it. You can ignore this most of the time: it's things like
start-up messages from gdb, and confirmatory messages from CodeLite e.g. "Successfully set breakpoint 1 at...".
However it can be used to interact with the debugger, as described below.
Occasionally you might want an even more detailed description of what is happening. If so,
set "Enable full debugger logging" on either in the Debugger Settings dialog,
or by checking the box on the top of the Debug tab.
But in codeLite 16.5.0 I cannot find the option to set the full debugger log.
How can I enable the full debuggert log.
Thanks