Open Bug 1643473 Opened 5 years ago Updated 9 months ago

Exception thrown by a console evaluation should appear in the debugger

Categories

(DevTools :: Debugger, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: stepan, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

[Steps to reproduce]:

  1. Open the console and run this code:
debugger;
'abc'.push(1);
  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.
Depends on: 1581708

Highlights exception thrown by a console evaluation in the debugger.

Assignee: nobody → stepanstava

The severity field is not set for this bug.
:jlast, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(jlaster)
Severity: -- → S3
Priority: -- → P3
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(jlaster)

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.

Assignee: stepanstava → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(hmanilla)
Assignee: nobody → stepanstava
Status: NEW → ASSIGNED

Hi Stepan, I understand its been a while. Are you still interested and have time to complete this?

Assignee: stepanstava → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(hmanilla)

(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. :)

Assignee: nobody → stepanstava
Status: NEW → ASSIGNED

(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.

Assignee: stepanstava → nobody
Status: ASSIGNED → NEW
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: