Page 1 of 1

CodeLite on new AMD64 machine Ubuntu 10.10

Posted: Sat Nov 27, 2010 2:13 am
by foxmuldr
I need some help. Every time I launch the debugger, the "Errors" tab re-appears. If it was closed it re-opens. If it was open it remains. I don't know where there's a setting to shut this off. It does not do this on my 32-bit Ubuntu 10.04 machine.

- Rick C. Hodgin

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Posted: Tue Nov 30, 2010 9:32 pm
by foxmuldr
bump

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Posted: Wed Dec 01, 2010 9:28 am
by eranif
Have you tried playing around with the settings in 'Settings | Global Editor Preferences | Docking Windows' and un-tick the option to "show debug tab on start debug" ?

It is working for me (Ubuntu 10.10 64bit)
Eran

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Posted: Wed Dec 01, 2010 10:24 pm
by foxmuldr
eranif wrote:Have you tried playing around with the settings in 'Settings | Global Editor Preferences | Docking Windows' and un-tick the option to "show debug tab on start debug" ?
Yeah. I can't find any combination which prevents it. Will uninstall and delete all settings, download fresh, recompile and try again.

My only variation from totally stock Ubuntu 10.10 is I'm using a November snapshot of GCC. Their next release has several improvements.

BTW, I have observed compile errors with make -j 6 on CodeLite project. Have to use -j 4. -j 6 works on other projects.

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Posted: Fri Dec 03, 2010 6:28 am
by foxmuldr
I found the cause, but don't understand the correlation. If it's set to always show the errors tab after a build, then it shows when the debugger is launched.

- Rick