Hi all, i recently downloaded C::B as a replacement to Dev-C++ as a gcc IDE. I like the interface, features and plugins but i can't seem to get some things working. I solved some problems but i can't get the debugger to work. I searched the forums for all my problems but i can't find help on a few things so i decided to register.
The problem i am having is that the debugger quits as soon as it starts, when i click "run to cursor" or have a breakpoint, or just if i try to start it. There are a lot of posts on the forums but none helped me. I realised that i needed to set a Debug target (which i didn't already have since i imported the project from Dev-C++) but that didn't fix it. The debugger outputs: (Yes, it repeats it twice.)
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Documents and Settings\David Hari\My Documents\Visual Studio 2005\Projects\Ballistic\src\BEdit\
Adding source dir: C:\Documents and Settings\David Hari\My Documents\Visual Studio 2005\Projects\Ballistic\src\BEdit\
Adding file: ..\..\BEdit.exe
Starting debugger:
done
Debugger finished with status 1
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Documents and Settings\...\Projects\Ballistic\src\BEdit\
Adding source dir: C:\Documents and Settings\...\Projects\Ballistic\src\BEdit\
Adding file: ..\..\BEdit.exe
Starting debugger:
done
Debugger finished with status 1
Also, where can i download plugins? The wiki just seems to have info on it and i can't find any link to a website or SourceForge where i can download it. The only other post i found regarding this just said "it should be where you download C::B", well it's not. The download section just has binaries for C::B itself. The main one i am looking for is Keyboard Shortcuts.
btw, I am using Windows XP.
thanks
Ok, thanks. That's strange that i didn't get the most recent version though, i downloaded the packages from http://www.mingw.org/node/24 (http://www.mingw.org/node/24) so that should have the most recent version shouldn't it?
EDIT: ok, i still am having problems with the debugger. Now i get this:
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Documents and Settings\...\Ballistic\src\BEdit\
Adding source dir: C:\Documents and Settings\...\Ballistic\src\BEdit\
Adding file: ..\..\BEdit.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
And GDB just hangs untill i end the process. And then it exits with status 1. I'm not sure if anyone else has had this problem but if they have then someone can just give me the link.
thanks