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
Cannot debug "Hello World"
-
- CodeLite Curious
- Posts: 2
- Joined: Sat May 23, 2020 6:56 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Cannot debug "Hello World"
How did you compile your code?
Is it with GCC/MinGW?
This error usually occurs when you have a missing DLL
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
-
- CodeLite Curious
- Posts: 2
- Joined: Sat May 23, 2020 6:56 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Cannot debug "Hello World"
No warnings and errors. There's new problem. I can't run it. Terminal closes right after it appears.How did you compile your code?
MinGWIs it with GCC/MinGW?