May 2018
Intermediate to advanced
512 pages
11h 3m
English
You can also debug your Angular application, Karma, and Protractor tests from directly within Visual Studio Code. First, you need to configure the debugger to work with a Chrome debugging environment, as illustrated:

This will create a default configuration in the .vscode/launch.json file. We will modify this file to add three separate configurations.
.vscode/launch.json ...
Read now
Unlock full access