Page 1 of 1

Cannot debug "Hello World"

Posted: Sat May 23, 2020 7:25 pm
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

Re: Cannot debug "Hello World"

Posted: Sun May 24, 2020 1:15 pm
by eranif
How did you compile your code?
Is it with GCC/MinGW?
This error usually occurs when you have a missing DLL

Re: Cannot debug "Hello World"

Posted: Sun May 24, 2020 6:01 pm
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