Page 1 of 1

Failed to initialize debugger

Posted: Tue Sep 23, 2008 10:16 am
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_

Re: Failed to initialize debugger

Posted: Tue Sep 23, 2008 10:57 am
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

Re: Failed to initialize debugger

Posted: Tue Sep 23, 2008 2:01 pm
by kea_
Hello eranif,

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

Greetings kea_