Where is Full Debugger Log tab setting in CodeLite 16.5.0

CodeLite installation/troubleshooting forum
Pecan
CodeLite Curious
Posts: 8
Joined: Sat Feb 28, 2009 5:06 am
Contact:

Where is Full Debugger Log tab setting in CodeLite 16.5.0

Post 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

DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

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

Post 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

Post Reply