User forums > Using Code::Blocks

It seems CB will hang about 10+ seconds to load the codeblocks.cbp project

<< < (2/2)

blueshake:
too many plugin.

Jenna:
Does this happen just after starting blank C::B  ?

Please start it with -d form commandline to get the debug-output.
You might have to start C::B, go to the Code::Blocks debug panel in the logger-pane, close C::B and open it again, to make sur that you can see the debug log while starting.

I hope it works, because on my XP, the content of the log is not visible without scrolling it a tleast one time.

To make sure it's a plugin, you can disable them all and reenable them one after the other, or disable them one after the other, to see whether one of the plugins slows down C::B.

By the way I have no such issue on my XP box.

vix:
I don't think it's a problem of too many plugins because I have only the default ones (no additional ones).


--- Quote ---Please start it with -d form commandline to get the debug-output.
You might have to start C::B, go to the Code::Blocks debug panel in the logger-pane, close C::B and open it again, to make sur that you can see the debug log while starting.
--- End quote ---
I verified that when C:B hangs, the last line of the debug panel is

--- Code: ---Caching internal gcc dirs for adding to parser...

--- End code ---
After some seconds the following lines appear

--- Code: ---Caching GCC dir: c:\programmi\MinGW\lib\gcc\mingw32\4.4.1\include\c++
Caching GCC dir: c:\programmi\MinGW\lib\gcc\mingw32\4.4.1\include\c++\mingw32
Caching GCC dir: c:\programmi\MinGW\lib\gcc\mingw32\4.4.1\include\c++\backward
Caching GCC dir: c:\programmi\MinGW\include
Caching GCC dir: c:\programmi\MinGW\lib\gcc\mingw32\4.4.1\include
Caching GCC dir: c:\programmi\MinGW\lib\gcc\mingw32\4.4.1\include-fixed

--- End code ---
and C::B is ready to operate


--- Quote ---To make sure it's a plugin, you can disable them all and reenable them one after the other...
--- End quote ---
I tried, and the problem is in the "Code Completion" plugin.
If I enable only this one the problem happens. If I enable all the others, the problem doesn't happen.

I don't know if this helps, but I have C::B on C: drive, and the *.cbp, and workspaces on a different logical drive (D:\), that is a different logical partition on the same physical drive as C:

Navigation

[0] Message Index

[*] Previous page

Go to full version