AngularJS Debugging

Topics 

  • Target code debugging 
  • Unit-testing code debugging 
  • Code coverage

Target Code Debugging

Source Code Level Debugging 

  • Install JetBrains support plug-in to Chrome 
    • Configure port if needed 
  • Then make breakpoints in the JavaScript source code and run the application in Debug mode

Unit-testing Code Debugging

Steps 

  • Allow unsigned request (if connected remotely) 
    • Setting->Build,Execution, Deployment->Allow unsigned requests 
  • Select karma configuration file 
  • Debug karma configuration file

You must have an active subscription to download PDF,Lab Zip and Recordings of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.