antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDE breakpoint debugging

antonybudianto7 opened this issue · comments

Currently we can do in-browser breakpoint successfully
tes3

But we can't do it in IDEs

From this https://www.youtube.com/watch?v=RQSRKi3VZ3I, looks like the IDE needs to implement the extension for the browser

closing as no action taken from starter side, but from IDE/plugin side

You can still do debugging using debugger; statement anyway