+ 3
What does debug mean and how does it work in VS Code?
For both JavaScript and PHP
1 Odpowiedź
+ 2
debugging is the act of trapping and fixing syntactical and semantic errors. in other words it's a method and system of utilities for repairing broken or undesirable code.