Issue 2638: Show info popup when hovering a breakpoint / execution indicator icon
Steps to reproduce
- Open Firebug
- Enable and switch to the Script panel
-
Right-click on the breakpoint column at line 10 (
a += i;
)
Breakpoint condition editor will be opened
- Enter
i == 5
into the condition editor and hit Enter
- Hover the breakpoint inside the breakpoint column
Expected result
- A popup appears displaying the breakpoint condition