September 2025
Intermediate to advanced
344 pages
8h 54m
English
This chapter focuses on making sure your code works as expected and knowing what to do when it doesn’t. We’ll walk through how to use the debugger in VS Code through a simple example. This includes setting breakpoints and using the debugger commands to step into and out of functions in order to isolate the source of an issue. After that, we’ll cover a few basic examples of creating tests to make sure your code is resilient regardless of the conditions where you might run it.
Debugging means to identify and resolve errors or issues in your code. It’s one of the most essential skills in coding ...
Read now
Unlock full access