Hello,
I’m starting an Angular course as a newbie. As the course mentioned, I should be able to set a breakpoint through the Developer Tools. The TypeScript code that I’m trying to debug is “bundled” in webpack (12th line in below screenshot):
Unfortunately, when trying to set the breakpoint, it appears and then immediately disappears. I mean the arrow highlighting the line and the breakpoint in the right panel disappear. I’m currently on Mac OS X, but I’ve also tried on Windows 10. I’ve not met this issue on Google Chrome.
I’ve also tried to add a breakpoint on a simple Javascript, and it works fine:
You can find the code that I’m trying to debug in the following repository: https://github.com/DeborahK/Angular-GettingStarted/tree/master/APM-Start
Thanks for your help