Skip to content

Instantly share code, notes, and snippets.

@gokman
Created November 8, 2019 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gokman/c0dbf8ea5018c6b713ac196c723109f2 to your computer and use it in GitHub Desktop.
Save gokman/c0dbf8ea5018c6b713ac196c723109f2 to your computer and use it in GitHub Desktop.
angular debug with intellij
1. Open Intellij go 'Edit Configurations...'
2. On Run/Debug Configuration page click plus(+) button
3. After click plus button select 'Javascript Debug' option and fill name and url (url must be the address of angular application)
--Execute project and debug ---
1. First execute angular app with:
ng serve
2. After executing the angular app click configuration that created above and click debug button.
3. You will see that new browser page is opened and debug mode is active.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment