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
CodeLite on new AMD64 machine Ubuntu 10.10
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite on new AMD64 machine Ubuntu 10.10
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
It is working for me (Ubuntu 10.10 64bit)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: CodeLite on new AMD64 machine Ubuntu 10.10
Yeah. I can't find any combination which prevents it. Will uninstall and delete all settings, download fresh, recompile and try again.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" ?
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.
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: CodeLite on new AMD64 machine Ubuntu 10.10
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
- Rick