Code::Blocks Forums
User forums => Help => Topic started by: herosz on January 13, 2014, 03:29:10 pm
-
I uninstalled C:B 12.11 and now I install new 13.12release, but C:B after uninstalled somewhere store my settings because in new release appear exactly the 2 toolbar used by me (at 12.11 first install appeared all toolbars).
I search for config file like >> config under ~/.codeblocks usually named default.conf.
but under Windows there is no such ???
Under global compiler setting in debugger line I have an arrow instead of ". . ."
http://imagizer.imageshack.us/v2/800x600q90/23/7bz5.jpg (http://imagizer.imageshack.us/v2/800x600q90/23/7bz5.jpg)
please tell me where I can delete the config file before a fresh install.
thank's !
-
Somewhere in your user profile.
On windows 7, it is something like C:\Users\Your_User_Name\AppData\Roaming\CodeBlocks
gd_on
-
Thanks, I find it in Application Data, remain the second question, Why I"ve Under global compiler setting in debugger line an arrow instead of ". . ."
http://imagizer.imageshack.us/v2/800x600q90/23/7bz5.jpg
(http://imagizer.imageshack.us/v2/800x600q90/23/7bz5.jpg)
-
What's wrong with that ? It's like that it is programmed !
Debugger has it's own menu configuration.
Here, it's just a reminder, so no need for a ... An arrow is OK.
gd_on
-
In Debugger configuration menu I've default E:\Program Files\CodeBlocks\MINGW\bin\gdb.exe
so I want to see gdb.exe instead of arrow, like this:
http://pcxprj.googlecode.com/svn/wiki/images/CBCompilerAutodetect.png
-
I'm not a C::B developer, but I don't agree with you.
As I told previously, here I think it's just a reminder, eventually used to show when something is wrong, not a box to configure gdb which has it's own menu.
If there was two configure boxes (one here and one in the debugger menu), it will be necessary to synchronize them, certainly possible, but more complicated.
gd_on
-
herosz:
This arrow means that the control is a combobox now.
And now the control points to a debugger configuration name. The settings for the debugger are stored in Settings -> Debugger.
The button won't come back, because now it is possible to use multiple debugger plugins and this option just sets the default configuration to be used for this compiler, when Debug->Active configuration is set to "Target's default".
-
Thank's your explanation, but I don't understand from where appear the ---Invalid Debugger-- option.
I've had some problems under C::B 12.11 but I delete the configuration file from Application Data before reinstall the new release.
In Debugger option I leave all at default:
(http://imagizer.imageshack.us/v2/800x600q90/28/udyt.jpg) (https://imageshack.com/i/0sudytj)
How can delete ---Invalid Debugger-- option ? from http://imagizer.imageshack.us/v2/800x600q90/23/7bz5.jpg
-
There is no 'invalid debugger' configuration. You see 'invalid debugger' only when NO valid debugger configuration is chosen. The point is when you configure a compiler, you have to choose a debugger configuration for that compiler separately so it is there if you don't choose any. Why do you want to change something like this though?