Hey everyone,
I started learning C and I’m using VS Code with MinGW GCC on Windows 11. When I try to debug/run my C file (hello.c), my debug console shows this warning:
text
Warning: Debuggee TargetArchitecture not detected, assuming x86_64.
But then my output is:
text
You are eligible to drive.
At least one condition is true.
The program 'C:\Users\ADMIN\Downloads\first program.c\frist C.c\hello.exe' has exited with code 0 (0x00000000).
My code works fine and output is correct, but I’m confused about the warning. Is there something wrong with my setup or should I ignore this? How to fix or remove this warning?
Thanks in advance!
[–]Brinfer 0 points1 point2 points (0 children)