Which of the following are some popular debugging techniques?
A) Fix any syntax bugs
B )Comment out chunks of code to see if the other code runs
C ) Use the print function to print the value of variables
D) All of the above