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