In Firefox Quantum (57.0 64-bit), when I try to set a breakpoint in an Angular application using the Debugger panel, the breakpoint immediately disappears and is not actually set.
Watch the behavior video here:
https://youtu.be/aBQ0wOeIYYQ
For the video, I created a new Angular project with angular-cli:
Angular CLI: 1.5.0
Node: 8.4.0
OS: darwin x64
Then I serve the project using ng serve
.
I tried Chrome and the breakpoint is set correctly.
source
share