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_
Failed to initialize debugger
-
- CodeLite Curious
- Posts: 6
- Joined: Tue Sep 23, 2008 10:07 am
- Contact:
- 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
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
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
-
- CodeLite Curious
- Posts: 6
- Joined: Tue Sep 23, 2008 10:07 am
- Contact:
Re: Failed to initialize debugger
Hello eranif,
now it works.
It was the wrong mingw.
Thank you very much....
Greetings kea_
now it works.
It was the wrong mingw.
Thank you very much....
Greetings kea_