Open
Bug 1582104
Opened 5 years ago
Updated 2 years ago
Watchpoints: can't break on a getter/setter
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
The user should be able to break on getters and setters too.
STR:
- Load https://aged-columnist.glitch.me/
- Open the Debugger and click the
Click Me!
button on the page. JS execution should pause - Create
get
WP forobj2.latest
and/orset
WP forobj2.current
. - Resume, WP doesn't hit
Honza
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•