Closed Bug 1361108 Opened 7 years ago Closed 5 years ago

Debugger hover does not work inside ES6 class methods

Categories

(DevTools :: Debugger, defect)

53 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ajv-939-807-4355, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36

Steps to reproduce:

Define a class with methods, using ES6 syntax.
Set a breakpoint inside a method, run the code and stop in the method.


Actual results:

Breakpoint stops, stack trace is OK.  But hovering over a variable does not show its value.
You have to go over to the stack frame and manually click into the variable value to inspect.


Expected results:

Hover should work as in an old fashioned function, letting me see values without having to
switch over to the side pane and drive the menu expansions.
Component: Untriaged → Developer Tools: Debugger
Product: Firefox → DevTools

Honza, could you try and reproduce?

Flags: needinfo?(odvarko)

This works for me.

https://dbg-classes.glitch.me

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Flags: needinfo?(odvarko)

Quickly tested and provided example works for me properly
Honza

Yes, as the submitter, let me add that I see it all resolved here, too. Many thanks!

You need to log in before you can comment on or make changes to this bug.