Can't load debugger

CodeLite installation/troubleshooting forum
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't load debugger

Post by eranif »

Hi,
First of all, upgrade you gdb ASAP (current windows release is 6.8.3 !) here is a direct link: http://sourceforge.net/project/showfile ... _id=594520

My guess is that the errors are due to old version of GDB.

In addition, go to: Settings -> Debugger Settings... -> Loaded Debuggers

and un-check everything.

Try it again, and keep me updated.

Eran
Make sure you have read the HOW TO POST thread
goosey
CodeLite Enthusiast
Posts: 14
Joined: Sat May 31, 2008 2:37 pm
Contact:

Re: Can't load debugger

Post by goosey »

eranif wrote:Try it again, and keep me updated.
It works now :) Awesome! Thanks a lot for your help!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't load debugger

Post by eranif »

goosey wrote:It works now :) Awesome!
Great to hear.
goosey wrote:Thanks a lot for your help!
No problem. and dont forget that thanks to you CodeLite is also compatible with Win2000 now ;)

Eran
Make sure you have read the HOW TO POST thread
Post Reply