Home
>
Harvard CS50: Introduction to Computer Science
> Debugging Techniques
Toggle Navbar
Debugging Techniques
Debugging Techniques
Inject
printf
statements to monitor the value of variables
Use a debugger
Rubber duck debugging (explain your code out-loud)