Step-By-Step examples are very difficult to follow. I'm not a novice with VSC, and I can tell that the version the author is using is not the current. (Mine is Version: 1.52.0-insider)
Learn to use Visual Studio Code's built-in debugging features which permit easier debugging and variable monitoring. Discover how you can improve your debugging experience!
Programming is fun, because developers have the power to create anything they want. Unfortunately, that fun can dissipate the moment they encounter bugs. The first thing that might come to mind for a JavaScript developer is the console.log
statement. Adding console.log()
is a quick way to visualize the state of your code.
However, when developing more complex programs, logging everything to your terminal can be frustrating. Visual Studio Code (VS Code from here on) has built-in features which permit easier debugging and variable monitoring.
Let’s take a look how you can improve your debugging experience!
Step-By-Step examples are very difficult to follow. I'm not a novice with VSC, and I can tell that the version the author is using is not the current. (Mine is Version: 1.52.0-insider)
2
Unlimited access to this title and 600+ others in our library
New titles added frequently
Cancel anytime