The console

The console is one of the most important tools for developers. You can use it to check the state of our application while it is in use.

You can locate the JavaScript code and set breakpoints to check what is happening at a particular point. You can do this by locating the JavaScript file in the Sources tab. Just click the line you want to stop at. Then you can check the value of the variables and run the code step by step. Also, you can write the word debugger in the code to stop the program at this place.

The console

You can set breakpoints in the code and check the values of variables

If you navigate to the Console tab you will see the console itself. ...

Get KnockoutJS Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.