- 2
Debug vs. Run
What is the difference between commands "debug" and "run" ?
2 ответов
+ 1
chocolate VS cacao...
0
Debug is when you test your program and fix any bugs or errors that causes a problem.
Run is when you run the program (And you can also debug from run)
People tend to use Breaks to help them debug their codes