Exception thrown by a console evaluation should appear in the debugger
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
People
(Reporter: stepan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
[Steps to reproduce]:
- Open the console and run this code:
debugger;
'abc'.push(1);
- Resume the script
[Expected result]:
- The second line in the editor is highlighted in red.
- The
push
token is underlined. - While hovering over the underline token, the tooltip with the error message appears.
[Actual result]:
- The exception is not highlighted in the editor.
Reporter | ||
Comment 1•5 years ago
|
||
Highlights exception thrown by a console evaluation in the debugger.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
The severity field is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:bomsy, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•9 months ago
|
Comment 4•9 months ago
|
||
Hi Stepan, I understand its been a while. Are you still interested and have time to complete this?
Reporter | ||
Comment 5•9 months ago
|
||
(In reply to Hubert Boma Manilla (:bomsy) from comment #4)
Hi Stepan, I understand its been a while. Are you still interested and have time to complete this?
sorry, I don't have time to continue working on this. :)
Updated•9 months ago
|
Comment 6•9 months ago
|
||
(In reply to Stepan Stava [:stepan] from comment #5)
(In reply to Hubert Boma Manilla (:bomsy) from comment #4)
Hi Stepan, I understand its been a while. Are you still interested and have time to complete this?
sorry, I don't have time to continue working on this. :)
No probs! Thanks for confirming.
Description
•