Closed Bug 1592644 Opened 5 years ago Closed 4 years ago

Event Breakpoints don't work in Browser Toolbox

Categories

(DevTools :: Debugger, defect, P3)

defect

Tracking

(firefox73 fixed)

RESOLVED FIXED
Firefox 73
Tracking Status
firefox73 --- fixed

People

(Reporter: Harald, Assigned: loganfsmyth)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

What were you doing?

  1. Open Browser Toolbox
  2. Enable the mouse category in Debugger's Event Breakpoints
  3. Click around the browser UI

What happened?

Nothing

What should have happened?

Pause on events (and logging should work too).

Logan, how would the browser toolbox handle EBPs different from content?

Flags: needinfo?(loganfsmyth)

We are being inconsistent here and sometimes calling .connect with a
Debugger.Object that points at a global instead of the global itself.
Passing the Debugger.Object fails since it isn't a global.

Assignee: nobody → loganfsmyth
Status: NEW → ASSIGNED
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b955c47849b3
Ensure that we are always passing a global to listen for events. r=jlast
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
Flags: needinfo?(loganfsmyth)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: