September 2019
Beginner to intermediate
494 pages
13h
English
Debugging is perhaps one of the most important features of any IDE. As it turns out, debugging JavaScript code is quite similar to debugging Python code, especially for graphical interface and navigation.
As discussed in the Debugging section in Chapter 6, Seamless Testing, Debugging, and Profiling, there are specific steps to a debugging session in PyCharm. If you want a refresher on the specifics during such a debugging session, give the Debugging section in Chapter 6, Seamless Testing, Debugging, and Profiling, a quick read-through before continuing.
With that said, to debug JavaScript code, you can do the following:
Read now
Unlock full access