Cannot debug "Hello World"

CodeLite installation/troubleshooting forum
meatballs
CodeLite Curious
Posts: 2
Joined: Sat May 23, 2020 6:56 pm
Genuine User: Yes
IDE Question: C++
Contact:

Cannot debug "Hello World"

Post by meatballs »

Hello,

I'm new here, just installed CodeLite. I have an issue with debugging a cpp file showing literally "Hello World" line. There is an error: Debugger exited with the following error string: "During startup program exited with code 0xc000007b". Debugger terminals shows nothing. I reinstalled CodeLite but it keeps on showing this error.

CodeLite version: 14.0.0
OS: Win 10 Pro 64-bit
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot debug "Hello World"

Post by eranif »

How did you compile your code?
Is it with GCC/MinGW?
This error usually occurs when you have a missing DLL
Make sure you have read the HOW TO POST thread
meatballs
CodeLite Curious
Posts: 2
Joined: Sat May 23, 2020 6:56 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot debug "Hello World"

Post by meatballs »

How did you compile your code?
No warnings and errors. There's new problem. I can't run it. Terminal closes right after it appears.
Is it with GCC/MinGW?
MinGW
Post Reply