Can someone help me? thanks.You have several options, pick one:
- Disable all plugins other that CC via the settings. This is persistent accross C::B sessions.thanks, I have choose this one, because, the debugger C::B is a portable version, so, only the debugee C::B has the persistent settings.
Hi ollydbg,
if you invoke C::B the default personality will be used (default.conf) (see right corner of status bar in C::B). If you start C::B with the option -p=<profile_name> then CB stores all settings in <profile_name>.conf. You can configure this profile to disable all unnecessary plugins and store the settings in this profile.
You can even use CB option -p=ask to get a dialog to switch between different profiles. (See chapter Personalities in http://www.codeblocks.org/docs/main_codeblocks_en.html).
I prefer this solution since it has no persistent effect and it can be used to switch between different configurations easily.
1.10.3 Personalities
....
If you start CodeBlocks from the command line with the additional parameter --personality=ask, a selection box will be displayed for all the available profiles.