Closed
Bug 1231258
Opened 9 years ago
Closed 9 years ago
debugger statement in DevTools Console does not activate debugger
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1132501
People
(Reporter: sime.vidas, Unassigned)
References
Details
Attachments
(1 file)
270.69 KB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
Build ID: 20151029151421
Steps to reproduce:
In Chrome and Edge’s DevTools, it is possible to type `debugger; fn()` in the Console to activate the debugger and step into the `fn()` function call. Please see the short videos in this Twitter thread: https://twitter.com/kentcdodds/status/673154350076719104, or see the attached video.
Actual results:
Currently, Firefox’s console just ignores the `debugger` statement.
Expected results:
Firefox DevTools should implement this functionality.
Comment 1•9 years ago
|
||
Hi Šime,
This may be considered as an enhancement for the developer tools component. I'll assign a component to it to see what is the developers opinion on this.
Thanks,
Paul.
Component: Untriaged → Developer Tools: Console
The debugger statement works if debugger has been opened in DevTools.
Comment 3•9 years ago
|
||
This is going to be fixed very soon in bug 1132501.
Comment 4•9 years ago
|
||
This should be fixed by bug .
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Comment 5•9 years ago
|
||
Oops, well you get the point :)
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•