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:
Am I doing something wrong or do I need to do something else to start debugging?