Closed Bug 1537619 Opened 5 years ago Closed 5 years ago

Missing breakpoint locations

Categories

(DevTools :: Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1532844

People

(Reporter: Harald, Unassigned)

References

Details

Attachments

(2 files)

What were you doing?

  1. Open Debugger on https://firefox-dev.tools/debugger-examples/examples/todomvc/
  2. Open app.js
  3. Try to set breakpoints

What happened?

Every line is disabled.

What should have happened?

Set breakpoints on locations that Chrome also offers.

Are you seeing this after you refresh the page with devtools open? I'm seeing them all disabled if I open devtools with an existing page, but refreshing the page makes them show up.

I think this is because that script has already been GCed, so we don't get any breakpoints for it.

I think this is because that script has already been GCed, so we don't get any breakpoints for it.

Yes, this is a GC issue. This works on refresh. Is there a bug that I can dupe this against?

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: