Trying to do CS50 week 1 practice problem "Debug'. I've followed it step by step repeatedly for hours and cant seem to get away from this error.
When I 'make' debug, I get an error saying
The term 'make' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again..
I can run Debug on code.cs50.io, but I'm unable to run debug on the actual VS Code App on windows 11. I tried to copy paste the code itself into code.cs50.io but I get this error
make debug
debug50 ./debug
Can't debug this program! Are you sure you are running debug50
on an executable, a Python script, or a Java program?
Unsupported File: ./debug
I am very new to VS Code and coding in general, so can someone please explain this to me ?