cs50 / cli

https://cs50.readthedocs.io/cs50/cli
GNU General Public License v3.0
13 stars 16 forks source link

use `--debug=why` option for `make` #215

Open goyalyashpal opened 1 month ago

goyalyashpal commented 1 month ago

hi!

output of make with this option:

$ make --debug=why --silent inheritance
<builtin>: update target 'inheritance' due to: inheritance.c

so, this issue is just about that: including the option --debug=why in the cs50 configuration for make


i tried running update50 in the codespaces to see if it would resolve it, but it is always showing the following error, and i have no idea why

$ update50
Failed to connect extension server on port 1337.
Please refresh the page and try again.

this issue is

dmalan commented 1 month ago

Thanks! We'll give this some thought!