Page 1 of 1

Where is Full Debugger Log tab setting in CodeLite 16.5.0

Posted: Fri Dec 09, 2022 10:03 pm
by Pecan

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


Re: Where is Full Debugger Log tab setting in CodeLite 16.5.0

Posted: Sat Dec 10, 2022 11:44 am
by DavidGH

Hi,

You can do that from the main menu. Set
'Settings > Misc > Log: Log file verbosity'
to Debug or Developer

Output for me goes to codelite.log +/- codelite-lsp.log in the CodeLite setting directory (for me, ~/.codelite).

Regards,

David