Apache NetBeans C Debugger Error - Not in executable format

87 Views Asked by At

I have written, compiled and ran my C program with Apache NetBeans 13 just fine, but when I try to run the debugger I get the following error:

"C:\\Users\\username\\ ... \\ProblemaBombeiros\\dist\\Debug\\MinGW_1-Windows\\problemabombeiros.exe\": 
not in executable format: File format not recognized

But the file it found is indeed a executable format .exe .

Here are the configurations for the C/C++ build tools:

Options

Am I doing something wrong or do I need to do something else to start debugging?

0

There are 0 best solutions below