Debug exited with the following error string

General questions regarding the usage of CodeLite
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Debug exited with the following error string

Post by jiapei100 »

Hi, Eran:

I'm now trying to use the newest CodeLite v3.5.5377 under Windows7.
I use mingw to build my own wxWidget. It seems CodeLite somewhat relies on mingw+wxWidget ???

Anyway, my question is: I just tried a test code, but I obtained the following error message
http://visionopen.com/questions/codeliteError.png

Any suggestions?

Thank you...

Best Regards
Pei
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug exited with the following error string

Post by eranif »

jiapei100 wrote:It seems CodeLite somewhat relies on mingw+wxWidget ???
Yes, codelite is built with MinGW / wxWidgets
jiapei100 wrote:Anyway, my question is: I just tried a test code, but I obtained the following error message
codelite simply forward the error message it got from gdb and displays it to the user.

FYI:
error code 5 means: permission denied
http://msdn.microsoft.com/en-us/library ... s.85).aspx

Make sure that you have enough privileges to debug your executable, make sure it exists and there were no error during build / link.

Like always, showing the complete debug / build log can help ;)

Eran
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: Debug exited with the following error string

Post by jiapei100 »

Hi, Eran:

1) Don't know if I've enough privilege to run/debug this program. I noticed that
a) debug from within CodeLite IDE
b) run the .exe file directly from within "cmd" prompt
c) double clicking the .exe file with Administrator power
I always got the same error message http://visionopen.com/questions/codeliteError.png, and my Anti-Virus tool reported this .exe as an
HEUR/Malware.QVM20.Gen
virus.

2) I installed codelite using "codelite-3.5.5377.exe", which seems not come with mingw or wxWidget. Will the installed codelite be able to find mingw/g++ and wxWidget automatically/intelligently? Or, do I need to specify where are my mingw and wxWidget?

Thank you very much.

Best Regards
Pei
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug exited with the following error string

Post by eranif »

Try to install codelite that comes with MinGW + wxWidgets

http://sourceforge.net/projects/codelit ... e/download

To reduce the iterations / problems etc:

Accept all the default paths that codelite installer offers

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