Failed to initialize debugger

General questions regarding the usage of CodeLite
kea_
CodeLite Curious
Posts: 6
Joined: Tue Sep 23, 2008 10:07 am
Contact:

Failed to initialize debugger

Post by kea_ »

Hello all,

My installation: mingw 3.4.5, wxWidget-2.8.8, CodeLite v1.0

My question:
I can build and run a console application but cannot run the debug mode.
My error message is: "Failed to initialize debugger:"

Please give me a hint where I have to solve this problem.

Thanks to all.
kea_
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Failed to initialize debugger

Post by eranif »

Looks like you dont have gdb installed.

FYI: MinGW does not come with gdb

A more detailed error can be found in the 'Trace' tab.

please follow the installation for MinGW / gdb from this topic:
http://codelite.org/forum/viewtopic.php?f=3&t=138#p709

Eran
Make sure you have read the HOW TO POST thread
kea_
CodeLite Curious
Posts: 6
Joined: Tue Sep 23, 2008 10:07 am
Contact:

Re: Failed to initialize debugger

Post by kea_ »

Hello eranif,

now it works.
It was the wrong mingw.
Thank you very much....

Greetings kea_
Post Reply