Thursday, January 24, 2019

Debug angular apps with vscode

To debug an angular app with vs code follow these steps:

  1. Start the application using npm start command
  2. Add a break point in the code
  3. Select the menu option Debug -> Start Debugging.

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...