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:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...